Browse Source

Proper handling of tags

Ján Koščo 10 years ago
parent
commit
aac85f095e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      plugins/geeknote/_geeknote

+ 2 - 1
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]' \