Skip to content

Commit

Permalink
Fix: error message for "Unknown subcommand"
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Feb 4, 2010
1 parent 3c337fb commit 9277024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-flow
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ main() {
SUBACTION="$1"; shift
fi
if ! typeset -f "cmd_$SUBACTION" 2>&1 >/dev/null; then
warn "Unknown subcommand: '$1'"
warn "Unknown subcommand: '$SUBACTION'"
usage
exit 1
fi
Expand Down

0 comments on commit 9277024

Please sign in to comment.