aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpPailleux2016-08-28 12:23:03 +0200
committerpPailleux2016-08-28 12:23:03 +0200
commit07ec3d4e633abb47b8959e82fce3af83d937dcbb (patch)
treefdaa5de159c8752291c9fd793aed04514cf4b74c
parente313b8a9253caf6521d59a169090bfac07a87113 (diff)
downloadaur-07ec3d4e633abb47b8959e82fce3af83d937dcbb.tar.gz
Some indentation again.
-rwxr-xr-xbhash_crack.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bhash_crack.sh b/bhash_crack.sh
index e202e62c9eed..954d7b82de5f 100755
--- a/bhash_crack.sh
+++ b/bhash_crack.sh
@@ -94,7 +94,7 @@ while getopts "f:t:l:c:x:k:vhd" option ; do
set -x ;;
v|version)
_version
- exit 0 ;;
+ exit 0 ;;
h|help)
_help
exit 0 ;;
@@ -105,7 +105,7 @@ while getopts "f:t:l:c:x:k:vhd" option ; do
:)
echo -e "${KO}[-]${ST} Option: ${OPTARG} requires an argument"
exit 3 ;;
- esac
+ esac
done
echo -e "${OK}[+]${ST} Launching ${algo} hash decryption."