]> Sergey Matveev's repositories - schwabrak.git/blobdiff - tag-add
Fix unquoted string
[schwabrak.git] / tag-add
diff --git a/tag-add b/tag-add
index bbf85a21c865c7c4755a397372207b549446213de7708f8128e185359e051954..60d144d731080c1d9cdb7334ebf6263dd179bb9e6b143fff4c4b020348344120 100755 (executable)
--- a/tag-add
+++ b/tag-add
@@ -4,7 +4,7 @@ root=$0:h:a
 . $root/lib.zsh.rc
 
 usage() {
-    die Usage: $0 ISSUE TAG [TAG ...]
+    die Usage: $0 ISSUE TAG "[TAG ...]"
 }
 
 [[ -n $1 ]] || usage