Commit: a06079f0c35721a8552892ac20d9fc79f4561b9b Parent: 74c7bd25deb6fbf43c807637fe87e14e52eff8ca Author: Klemens Nanni Date: Sat, 27 Feb 2016 20:08:15 +0100 Remove brackets from usage string Diffstat:
M | tpm | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tpm b/tpm @@ -53,7 +53,7 @@ readpw() { } usage() { - echo "USAGE: tpm (show|insert|list|help) [ENTRY|GROUP]" + echo "USAGE: tpm show|insert|list|help [ENTRY|GROUP]" } list() {