Skip to content

Commit

Permalink
Did some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyroberts committed Apr 28, 2013
1 parent 138b124 commit d1d4108
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libexec/sub-help
Expand Up @@ -2,6 +2,7 @@
set -e

print_summaries() {

local sub_commands="$(sub commands)"
local commands=()
local summaries=()
Expand Down Expand Up @@ -112,7 +113,7 @@ Some useful sub $command commands are:
$(print_summaries)
See 'sub help $command' for information on a specific command."
See 'sub $_SUB_COMMAND_VARS [command]' for information on a specific command."
fi
else
echo "Sorry, this command isn't documented yet."
Expand All @@ -132,7 +133,7 @@ echo "Usage: sub $command [<args>]
Some useful sub $command commands are:
$(print_summaries)
See 'sub help $command' for information on a specific command."
See 'sub $_SUB_COMMAND_VARS' for information on a specific command."

else
file="$(command_path "$command")"
Expand Down

0 comments on commit d1d4108

Please sign in to comment.