From e5335fd74c7ed6fe0fa55bf33afbdab23ed687f1 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 5 Dec 2018 09:25:44 -0500 Subject: Remove --sync flag from `podman rm` Per discussion with Dan, it would be better to automatically handle potential runtime errors by automatically syncing if they occur. Retaining the flag for `ps` makes sense, as we won't even be calling the OCI runtime and as such won't see errors if the state desyncs, but rm can be handled automatically. The automatic desync handling code will take some additional work so we'll land this as-is (sync on ps is enough to solve most desync issues). Signed-off-by: Matthew Heon --- completions/bash/podman | 1 - 1 file changed, 1 deletion(-) (limited to 'completions') diff --git a/completions/bash/podman b/completions/bash/podman index 1c21ab3d9..80ea53a74 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1828,7 +1828,6 @@ _podman_rm() { -h --latest -l - --sync --volumes -v " -- cgit v1.2.3-54-g00ecf