From bf6322d3d83ae930a5e1866dfa80da2f4bb4df2d Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Mon, 22 Jun 2015 11:32:56 +0100 Subject: [PATCH] nb-img-compress --- etc/bashrc.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/bashrc.function b/etc/bashrc.function index 9e81f453..34b61659 100644 --- a/etc/bashrc.function +++ b/etc/bashrc.function @@ -320,5 +320,5 @@ nb-img-compress() { nb-img-compress-gray() { # See: http://www.imagemagick.org/script/command-line-options.php#colorspace # See: convert -list colorspace - nb-images-compress -colorspace Gray $@ + nb-img-compress -colorspace Gray $@ } -- 2.47.3