Revert "Add -a option to service/node ps"

This reverts commit 139fff2bf0ebe12b61871ba8ec8be8d51c2338db.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
master
Vincent Demeester 2016-11-28 18:08:45 +01:00 committed by Tibor Vass
parent a5053dce24
commit 5ee218987d
2 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Usage: docker node ps [OPTIONS] [NODE...]
List tasks running on one or more nodes, defaults to current node.
Options:
-a, --all Show all tasks (default shows tasks that are or will be running)
-a, --all Display all instances
-f, --filter value Filter output based on conditions provided
--help Print usage
--no-resolve Do not map IDs to Names

View File

@ -22,7 +22,6 @@ Usage: docker service ps [OPTIONS] SERVICE
List the tasks of a service
Options:
-a, --all Show all tasks (default shows tasks that are or will be running)
-f, --filter filter Filter output based on conditions provided
--help Print usage
--no-resolve Do not map IDs to Names