@@ -182,27 +182,27 @@ func usageLong(flags *flag.FlagSet) {
182182 // NOTE: the help message uses spaces, not tabs for indentation!
183183 fmt .Fprintf (os .Stderr , `Usage: %s [<options>] <command> [<args>]
184184
185- boot2docker management utility.
185+ Boot2Docker management utility.
186186
187187Commands:
188- init Create a new boot2docker VM.
189- up|start|boot Start VM from any states.
190- ssh [ssh-command] Login to VM via SSH.
191- save|suspend Suspend VM and save state to disk.
192- down|stop|halt Gracefully shutdown the VM.
193- restart Gracefully reboot the VM.
194- poweroff Forcefully power off the VM (might corrupt disk image).
195- reset Forcefully power cycle the VM (might corrupt disk image).
196- delete|destroy Delete boot2docker VM and its disk image.
197- config|cfg Show selected profile file settings.
198- info Display detailed information of VM.
199- ip Display the IP address of the VM's Host-only network.
200- socket Display the DOCKER_HOST socket to connect to.
201- shellinit Display the Environment export shell command needed to set up the Docker client.
202- status Display current state of VM.
203- download Download boot2docker ISO image.
204- upgrade Upgrade the boot2docker ISO image (if vm is running it will be stopped and started ).
205- version Display version information.
188+ init Create a new Boot2Docker VM.
189+ up|start|boot Start VM from any states.
190+ ssh [ssh-command] Login to VM via SSH.
191+ save|suspend Suspend VM and save state to disk.
192+ down|stop|halt Gracefully shutdown the VM.
193+ restart Gracefully reboot the VM.
194+ poweroff Forcefully power off the VM (may corrupt disk image).
195+ reset Forcefully power cycle the VM (may corrupt disk image).
196+ delete|destroy Delete Boot2Docker VM and its disk image.
197+ config|cfg Show selected profile file settings.
198+ info Display detailed information of VM.
199+ ip Display the IP address of the VM's Host-only network.
200+ socket Display the DOCKER_HOST socket to connect to.
201+ shellinit Display the shell command to set up the Docker client.
202+ status Display current state of VM.
203+ download Download Boot2Docker ISO image.
204+ upgrade Upgrade the Boot2Docker ISO image (restart if running).
205+ version Display version information.
206206
207207Options:
208208` , os .Args [0 ])
0 commit comments