From 748357f6654516e1eee032e2917bf665b9fa01eb Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Tue, 16 Jan 2018 14:19:42 +0100 Subject: [PATCH] Remove duplicate `--filter` from help message for `ps` The `--filter` option appears twice in the help message. Its presence in the usage line suggests that it is valid for both ps and service mode, which is wrong. Signed-off-by: Harald Albers --- compose/cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/cli/main.py b/compose/cli/main.py index 78df6b89a..41b112580 100644 --- a/compose/cli/main.py +++ b/compose/cli/main.py @@ -619,7 +619,7 @@ class TopLevelCommand(object): """ List containers. - Usage: ps [options] [--filter KEY=VAL] [SERVICE...] + Usage: ps [options] [SERVICE...] Options: -q Only display IDs