aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-07-24 19:44:49 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-07-24 19:44:49 +0200
commitee68d6ccf2224950eef655cdba4fed93e062f253 (patch)
treedf185e0c281f82dc3ad0045715cf631973ff8466
parentUse bash instead of sh, per bug report. (diff)
downloadpassword-store-ee68d6ccf2224950eef655cdba4fed93e062f253.tar.xz
password-store-ee68d6ccf2224950eef655cdba4fed93e062f253.zip
Exit after help.
-rwxr-xr-xpassword-store.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/password-store.sh b/password-store.sh
index 5cb09c2..4730133 100755
--- a/password-store.sh
+++ b/password-store.sh
@@ -40,6 +40,7 @@ if [[ $1 == "--init" ]]; then
exit 0
elif [[ $1 == "--help" ]]; then
usage
+ exit 0
fi
if ! [[ -f $ID ]]; then