From 8f1e9f1d5479304d6e5b9a3ef6575a73dfc33664 Mon Sep 17 00:00:00 2001 From: zawz Date: Sun, 3 May 2020 16:58:50 +0200 Subject: [PATCH] zpass: missing commit --- zpass/zpass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zpass/zpass b/zpass/zpass index d42027e..345365d 100755 --- a/zpass/zpass +++ b/zpass/zpass @@ -335,6 +335,6 @@ case $1 in n|new) setval "$2" "$(randpass $3)" ;; r|rm) remove "$2" "$3" ;; x|copy|clipboard) copy "$2" ;; - -h|h|help) usage ;; + -h|h|help) usage ;; *) [ -n "$ZPASS_UNK_OP_CALL" ] && "$0" $ZPASS_UNK_OP_CALL "$@" ;; esac