docs/api/client/swarm
Anil Madhavapeddy 4b2883fac6 `docker swarm`: more consistent CLI help
This changes `docker swarm help` to be consistent with capitals
and removes full stops.

Before:

```
Commands:
  init        Initialize a Swarm.
  join        Join a Swarm as a node and/or manager.
  update      update the Swarm.
  leave       Leave a Swarm.
  inspect     Inspect the Swarm
```

After:

```
Commands:
  init        Initialize a Swarm
  join        Join a Swarm as a node and/or manager
  update      Update the Swarm
  leave       Leave a Swarm
  inspect     Inspect the Swarm
```

Signed-off-by: Anil Madhavapeddy <anil@docker.com>
(cherry picked from commit 0ec78739ac7d8ec1579d1d4fd63cd207dc56e7c8)
2016-06-17 13:09:12 -07:00
..
cmd.go Add experimental docker stack commands 2016-06-14 14:56:35 -04:00
init.go `docker swarm`: more consistent CLI help 2016-06-17 13:09:12 -07:00
inspect.go Add Swarm management CLI commands 2016-06-13 22:17:15 -07:00
join.go `docker swarm`: more consistent CLI help 2016-06-17 13:09:12 -07:00
leave.go `docker swarm`: more consistent CLI help 2016-06-17 13:09:12 -07:00
opts.go fix invalid typo in error message 2016-06-17 13:09:11 -07:00
update.go `docker swarm`: more consistent CLI help 2016-06-17 13:09:12 -07:00