diff options
Diffstat (limited to '')
-rwxr-xr-x | password-store.sh | 1 |
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 |