summaryrefslogtreecommitdiff
path: root/plugins/geeknote
diff options
context:
space:
mode:
authorJán Koščo <3k.stanley@gmail.com>2014-08-22 23:11:52 +0200
committerJán Koščo <3k.stanley@gmail.com>2014-08-22 23:11:52 +0200
commitaac85f095e302c72b109801063da8d8c4d13af3e (patch)
tree99b920bce04ce37ad139ca1e4719c56d43b8e827 /plugins/geeknote
parente585904e1040acedd2fc3092ef99a3a9aaa0d661 (diff)
downloadzsh-aac85f095e302c72b109801063da8d8c4d13af3e.tar.gz
zsh-aac85f095e302c72b109801063da8d8c4d13af3e.tar.bz2
zsh-aac85f095e302c72b109801063da8d8c4d13af3e.zip
Proper handling of tags
Diffstat (limited to 'plugins/geeknote')
-rw-r--r--plugins/geeknote/_geeknote3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/geeknote/_geeknote b/plugins/geeknote/_geeknote
index 4d5339f2b..2d1188e84 100644
--- a/plugins/geeknote/_geeknote
+++ b/plugins/geeknote/_geeknote
@@ -26,6 +26,7 @@ _1st_arguments=(
'tag-list'
'tag-create'
'tag-edit'
+ 'tag-remove'
'gnsync'
'user'
)
@@ -116,7 +117,7 @@ case "$words[1]" in
'(-t|--title)'{-t,--title}'[title of tag]' \
)
;;
- tag-create)
+ tag-edit)
_command_args=(
'(-tgn|--tagname)'{-tgn,--tagname}'[tag to edit]' \
'(-t|--title)'{-t,--title}'[new tag name]' \