Update plugins/gvm/_gvm

fixing type in current command description
This commit is contained in:
Yinka Erinle 2013-01-25 12:02:05 +00:00
commit 250c65ee84

View file

@ -9,7 +9,7 @@ _1st_arguments=(
'uninstall:uninstall a candidate version'
'list:list available candidate versions'
'use:use a candidate version in current shell'
'current:dispaly current candidate version'
'current:display current candidate version'
'version:display the current version of gvm'
'default:set the default candidate version for every shell'
'selfupdate:update the gvm'
@ -39,4 +39,4 @@ fi
case "$words[1]" in
install|uninstall|list|use|current|default)
_describe -t commands "gvm subcommand" _2nd_arguments ;;
esac
esac