mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Improve consistency, remove dots at end of command descriptions
This commit is contained in:
parent
a6e8daf067
commit
46fe104e79
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ _1st_arguments=(
|
||||||
'box:Box commands'
|
'box:Box commands'
|
||||||
'connect:Connects to a shared, remote Vagrant environment'
|
'connect:Connects to a shared, remote Vagrant environment'
|
||||||
'destroy:Destroys the 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'
|
'halt:Halts the currently running vagrant environment'
|
||||||
'init:[box_name] [box_url] Initializes current folder for Vagrant usage'
|
'init:[box_name] [box_url] Initializes current folder for Vagrant usage'
|
||||||
'login:Authenticates against a Vagrant Cloud server to access protected boxes'
|
'login:Authenticates against a Vagrant Cloud server to access protected boxes'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue