summaryrefslogtreecommitdiffstats
path: root/lib/cmd
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-11-30 21:22:45 (EST)
committer P. J. McDermott <pjm@nac.net>2013-11-30 21:22:45 (EST)
commitec630cffc3188751913378057f30fa7c728b2bd1 (patch)
tree3fddf36583ca5dda6f132bd1c3ca7c1fb26caa83 /lib/cmd
parentf19162e9fa19cad0fa56b287cf9bcfd91e187cf6 (diff)
install: Call print_cmd_usage() directly.
Diffstat (limited to 'lib/cmd')
-rw-r--r--lib/cmd/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmd/install.sh b/lib/cmd/install.sh
index ffbc130..e3d81c9 100644
--- a/lib/cmd/install.sh
+++ b/lib/cmd/install.sh
@@ -33,7 +33,7 @@ cmd_install_main()
shift $(($OPTIND - 1))
if [ ${#} -lt 2 ]; then
- run_cmd 'help' 'install' >&2
+ print_cmd_usage 'install' >&2
exit 1
fi