diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-02-24 07:36:27 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2019-02-25 12:49:27 -0500 |
commit | fe4c0c37807f250c8f222bbe7634df13a6da8756 (patch) | |
tree | 21546b987d872879a372e458798804f2548c3b2c /docs/podman-container-cleanup.1.md | |
parent | 73cfb9f127b0991c3faac9ff1fafed8d65355e4b (diff) | |
download | podman-fe4c0c37807f250c8f222bbe7634df13a6da8756.tar.gz podman-fe4c0c37807f250c8f222bbe7634df13a6da8756.tar.bz2 podman-fe4c0c37807f250c8f222bbe7634df13a6da8756.zip |
Change exit code to 1 on podman rmi nosuch image
Make it easy for scripts to determine if an image removal
failure. If only errors were no such image exit with 1
versus 125.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/podman-container-cleanup.1.md')
-rw-r--r-- | docs/podman-container-cleanup.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-container-cleanup.1.md b/docs/podman-container-cleanup.1.md index e375c12ec..2ad39d214 100644 --- a/docs/podman-container-cleanup.1.md +++ b/docs/podman-container-cleanup.1.md @@ -30,7 +30,7 @@ The latest option is not supported on the remote client. `podman container cleanup 860a4b23` -`podman container-cleanup -a` +`podman container cleanup -a` `podman container cleanup --latest` |