Skip to content

Commit

Permalink
use correct name of shFlags
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Naewe <stefan.naewe@atlas-elektronik.com>
  • Loading branch information
Stefan Naewe authored and nvie committed Feb 2, 2010
1 parent d33e5ea commit c3948cf
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 @@ -54,7 +54,7 @@ main() {
fi

# use the shFlags project to parse the command line arguments
. "$GITFLOW_DIR/shFlags/src/shFlags"
. "$GITFLOW_DIR/shFlags/src/shflags"
#DEFINE_boolean quiet 0 'run without output' q
#DEFINE_boolean verbose 0 'run verbose (more output)' v
FLAGS "$@" || exit $?
Expand Down

0 comments on commit c3948cf

Please sign in to comment.