summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x2ff2
1 files changed, 1 insertions, 1 deletions
diff --git a/2ff b/2ff
index 10e4320..1ff7a86 100755
--- a/2ff
+++ b/2ff
@@ -27,7 +27,7 @@ else
*)
if [ ! -x /usr/bin/convert ] ; then
printf "%s: cant convert from %s -- missing \`convert' program" "$0" "$FORMAT" >&2
- printf "Run \`apt-get install imagemagick' to install it" >&2
+ printf "Run \`apt install imagemagick' to install it" >&2
exit 1
fi