diff options
author | Ján Koščo <3k.stanley@gmail.com> | 2014-08-22 23:11:52 +0200 |
---|---|---|
committer | Ján Koščo <3k.stanley@gmail.com> | 2014-08-22 23:11:52 +0200 |
commit | aac85f095e302c72b109801063da8d8c4d13af3e (patch) | |
tree | 99b920bce04ce37ad139ca1e4719c56d43b8e827 /plugins/geeknote | |
parent | e585904e1040acedd2fc3092ef99a3a9aaa0d661 (diff) | |
download | zsh-aac85f095e302c72b109801063da8d8c4d13af3e.tar.gz zsh-aac85f095e302c72b109801063da8d8c4d13af3e.tar.bz2 zsh-aac85f095e302c72b109801063da8d8c4d13af3e.zip |
Proper handling of tags
Diffstat (limited to 'plugins/geeknote')
-rw-r--r-- | plugins/geeknote/_geeknote | 3 |
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]' \ |