diff options
author | Ingo Renner <ingo@typo3.org> | 2014-05-15 12:26:39 -0700 |
---|---|---|
committer | Ingo Renner <ingo@typo3.org> | 2014-05-15 12:26:39 -0700 |
commit | 8ed800510262157adab151cad12959095a5a1b62 (patch) | |
tree | 362e9da8fd891d6cdd75f4e358ff2da4d931ec1e /plugins/vagrant/_vagrant | |
parent | 30d9952b6235694cb7fa370fcefebac623d48ce6 (diff) | |
download | zsh-8ed800510262157adab151cad12959095a5a1b62.tar.gz zsh-8ed800510262157adab151cad12959095a5a1b62.tar.bz2 zsh-8ed800510262157adab151cad12959095a5a1b62.zip |
Improve consistency, remove dots at end of command descriptions
Diffstat (limited to 'plugins/vagrant/_vagrant')
-rw-r--r-- | plugins/vagrant/_vagrant | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index 93d6c57b1..14f8b965c 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -8,7 +8,7 @@ _1st_arguments=( 'box:Box commands' 'connect:Connects to a shared, remote Vagrant environment' 'destroy:Destroys the vagrant environment' - 'global-status:Reports the status of all active Vagrant environments on the system.' + 'global-status:Reports the status of all active Vagrant environments on the system' 'halt:Halts the currently running vagrant environment' 'init:[box_name] [box_url] Initializes current folder for Vagrant usage' 'login:Authenticates against a Vagrant Cloud server to access protected boxes' @@ -19,8 +19,8 @@ _1st_arguments=( 'resume:Resumes a suspend vagrant environment' 'share:Shares the Vagrant environment and allows remote access' 'ssh:SSH into the currently running environment' - 'ssh-config:outputs .ssh/config valid syntax for connecting to this environment via ssh.' - 'status:Shows the status of the current Vagrant environment.' + 'ssh-config:outputs .ssh/config valid syntax for connecting to this environment via ssh' + 'status:Shows the status of the current Vagrant environment' 'suspend:Suspends the currently running vagrant environment' 'up:Creates the vagrant environment' 'version:Prints the currently installed Vagrant version and checks for new updates' |