1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

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

This reverts commit 139fff2bf0ebe12b61871ba8ec8be8d51c2338db.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: 5ee218987d
Component: cli
This commit is contained in:
Vincent Demeester
2016-11-28 18:08:45 +01:00
committed by Tibor Vass
parent f60e8dbe1d
commit f8a989f686
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