Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Commit f6ab692

Browse files
Sven DowideitSven Dowideit
authored andcommitted
Merge pull request #227 from SvenDowideit/reflow-help-to-fit-in-80chars
reflow the help to work ok on 80 char terminals
2 parents ab39714 + c9049a6 commit f6ab692

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

config.go

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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
187187
Commands:
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
207207
Options:
208208
`, os.Args[0])

util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ func RequestIPFromSerialPort(socket string) string {
297297
}
298298

299299
// TODO: need to add or abstract to get a Serial coms version
300-
// RequestCertsUsingSSH requests certs using SSH.
300+
// RequestCertsUsingSSH requests certs using SSH.
301301
// The assumption is that if the certs are in b2d:/home/docker/.docker
302302
// then the daemon is using TLS. We can't assume that because there are
303303
// certs in the local host's user dir, that the server is using them, so

0 commit comments

Comments
 (0)