simplified help output (wrong command)
This commit is contained in:
parent
8b23dc96a3
commit
8e2bdd88d3
2
pman.sh
2
pman.sh
@ -117,7 +117,7 @@ case "$command_args" in
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
if [ "$more_arguments" = "true" ]; then
|
if [ "$more_arguments" = "true" ]; then
|
||||||
echo "Invalid command: \"$command $command_args\""
|
echo "Invalid command: \"$command_args\""
|
||||||
echo
|
echo
|
||||||
echo "Usage: pman <command> [args...]"
|
echo "Usage: pman <command> [args...]"
|
||||||
echo "Available commands:"
|
echo "Available commands:"
|
||||||
|
Loading…
Reference in New Issue
Block a user