1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/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 0ec78739ac)
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
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