mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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 <github@albersweb.de>
This commit is contained in:
parent
6f48f5db4c
commit
748357f665
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user