From 4ab054073dadf5257bdd0ff21e154b859e139f1e Mon Sep 17 00:00:00 2001 From: haircommander Date: Thu, 14 Jun 2018 15:29:46 -0400 Subject: Added --sort to ps Also podman ps now allows user to only output size of root FS, changed language of images and ps --sort to be by "created" as opposed to "time", and refactored the way templates are created (converted from psJSONParams type). Signed-off-by: haircommander Closes: #948 Approved by: rhatdan --- completions/bash/podman | 1 + 1 file changed, 1 insertion(+) (limited to 'completions/bash') diff --git a/completions/bash/podman b/completions/bash/podman index 292aa4b4b..bda93fa8a 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1846,6 +1846,7 @@ _podman_ps() { --filter -f --format --last -n + --sort " local boolean_options=" --all -a -- cgit v1.2.3-54-g00ecf