zpass: missing commit

This commit is contained in:
zawz 2020-05-03 16:58:50 +02:00
parent 748a67f148
commit 8f1e9f1d54

View file

@ -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