summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xreport-installed-packages.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/report-installed-packages.in b/report-installed-packages.in
index 2732476..7354d34 100755
--- a/report-installed-packages.in
+++ b/report-installed-packages.in
@@ -4,7 +4,7 @@ if [ $# -eq 2 ]; then
from="$1"
to="$2"
elif [ $# -ne 0 ]; then
- >&2 echo 'usage: report-installed-packages [from] [to]'
+ >&2 echo 'usage: report-installed-packages [from to]'
exit 1
fi