mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 05:43:52 -07:00
Grouped both the IFs to remove redundat statements
for help.
This commit is contained in:
parent
92f8491e21
commit
071f6f46bb
1 changed files with 3 additions and 13 deletions
12
configure
vendored
12
configure
vendored
|
@ -3,17 +3,7 @@
|
|||
# uname -s = Linux | OpenBSD | FreeBSD
|
||||
# uname -m = i636 or x86_64
|
||||
|
||||
if [ "$1" = "-h" ]; then
|
||||
echo Options:
|
||||
echo " --prefix=path path to install hydra and its datafiles to"
|
||||
echo " --with-oracle=prefix prefix for oracle include dir"
|
||||
echo " --with-oracle-lib=prefix prefix for oracle lib dir"
|
||||
echo " --disable-xhydra disable compilation of hydra GUI"
|
||||
echo " --nostrip do not per default strip binaries before install"
|
||||
echo " --help this here"
|
||||
exit 0
|
||||
fi
|
||||
if [ "$1" = "--help" ]; then
|
||||
if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
|
||||
echo Options:
|
||||
echo " --prefix=path path to install hydra and its datafiles to"
|
||||
echo " --with-oracle=prefix prefix for oracle include dir"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue