1
0
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:
Harald Albers 2018-01-16 14:19:42 +01:00
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