Commit: d831e4c242c21562819d553d525c251503fa482e Parent: 26868ccb05fcc7dde2724d531ac6680675f56d34 Author: Sören Tempel Date: Fri, 13 Mar 2015 14:27:06 +0100 Command and entry aren't optional Diffstat:
M | tpm | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tpm b/tpm @@ -98,7 +98,7 @@ insert() { case "${1}" in "show") show "${2}" ;; "insert") insert "${2}" ;; - *) abort "USAGE: tpm [COMMAND] [ENTRY]" ;; + *) abort "USAGE: tpm COMMAND ENTRY" ;; esac # vim: et:sw=2:sts=2