Commit c3948cf8 authored by Stefan Naewe's avatar Stefan Naewe Committed by Vincent Driessen

use correct name of shFlags

Signed-off-by: 's avatarStefan Naewe <stefan.naewe@atlas-elektronik.com>
parent d33e5ea8
...@@ -54,7 +54,7 @@ main() { ...@@ -54,7 +54,7 @@ main() {
fi fi
# use the shFlags project to parse the command line arguments # 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 quiet 0 'run without output' q
#DEFINE_boolean verbose 0 'run verbose (more output)' v #DEFINE_boolean verbose 0 'run verbose (more output)' v
FLAGS "$@" || exit $? FLAGS "$@" || exit $?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment