Browse code

add missing 'current filter' to ps

Signed-off-by: Victor Vieux <vieux@docker.com>

Victor Vieux authored on 2014/11/01 03:28:10
Showing 1 changed files
... ...
@@ -1054,6 +1054,7 @@ than one filter, then pass multiple flags (e.g. `--filter "foo=bar" --filter "bi
1054 1054
 
1055 1055
 Current filters:
1056 1056
  * exited (int - the code of exited containers. Only useful with '--all')
1057
+ * status (restarting|running|paused|exited)
1057 1058
 
1058 1059
 ##### Successfully exited containers
1059 1060