diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-03-15 17:09:31 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-03-16 13:35:23 +0000 |
commit | 8840b92da603f9db5ba2590f4b0836ad580fbe56 (patch) | |
tree | 9301955b4a483c07b5257a6530b4eb6ecc648165 /completions | |
parent | eb33cc2193b0dfdae359b3fd7cd18ef0f4284f75 (diff) | |
download | podman-8840b92da603f9db5ba2590f4b0836ad580fbe56.tar.gz podman-8840b92da603f9db5ba2590f4b0836ad580fbe56.tar.bz2 podman-8840b92da603f9db5ba2590f4b0836ad580fbe56.zip |
Remove ability to specify mount label when mounting
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #506
Approved by: rhatdan
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 7e60d1e81..d4334d68b 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1000,7 +1000,6 @@ _podman_mount() { " local options_with_args=" - --label --format " |