aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpPailleux2016-08-28 12:20:20 +0200
committerpPailleux2016-08-28 12:20:20 +0200
commite313b8a9253caf6521d59a169090bfac07a87113 (patch)
tree455f10ad9d6248e5b99070925a7cee66082e8843
parentbd95fadd9679d4241f99c8e3d4a0055d022fd863 (diff)
downloadaur-e313b8a9253caf6521d59a169090bfac07a87113.tar.gz
Corrected some indentation
-rwxr-xr-xbhash_crack.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bhash_crack.sh b/bhash_crack.sh
index d14bac0e3867..e202e62c9eed 100755
--- a/bhash_crack.sh
+++ b/bhash_crack.sh
@@ -95,10 +95,10 @@ while getopts "f:t:l:c:x:k:vhd" option ; do
v|version)
_version
exit 0 ;;
- h|help)
+ h|help)
_help
- exit 0 ;;
- ?)
+ exit 0 ;;
+ ?)
echo -e "${KO}[-]${ST} Invalid option: ${OPTARG}. See -h or -help for correct options"
_help
exit 2 ;;