Skip to content

Commit

Permalink
adding alternative shorthand flags -h and -v
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Nov 13, 2017
1 parent 159b9b6 commit 44fe6da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/flexiblesusy-config.in
Expand Up @@ -169,8 +169,8 @@ Options:
--with-<addon> Test if <addon> is compiled in
--with-<solver> Test if BVP <solver> is compiled in
--with-<model> Test if <model> is compiled in
--version Print the $packagename version
--help Print this message
--version, -v Print the $packagename version
--help, -h Print this message
EOF
}

Expand Down Expand Up @@ -256,8 +256,8 @@ while test $# -gt 0; do
--enable-tsil) out="$out @ENABLE_TSIL@" ;;
--enable-verbose) out="$out @ENABLE_VERBOSE@" ;;

--version) out="$out $version" ;;
--help)
--version|-v) out="$out $version" ;;
--help|-h)
help
exit 0
;;
Expand Down

0 comments on commit 44fe6da

Please sign in to comment.