Merge pull request #1351 from mchasal/1301-alphabetize_usage
Fix for #1301, Alphabetize Commands
This commit is contained in:
commit
fed4377ef6
2 changed files with 8 additions and 4 deletions
|
|
@ -47,6 +47,10 @@ Lists containers.
|
|||
|
||||
Pulls service images.
|
||||
|
||||
### restart
|
||||
|
||||
Restarts services.
|
||||
|
||||
### rm
|
||||
|
||||
Removes stopped service containers.
|
||||
|
|
@ -130,7 +134,7 @@ By default, if there are existing containers for a service, `docker-compose up`
|
|||
|
||||
Shows more output
|
||||
|
||||
### --version
|
||||
### -v, --version
|
||||
|
||||
Prints version and exits
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue