diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-12-18 12:27:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-18 12:27:29 -0800 |
commit | 9b6a70f6c9680ab72f8a5d0685b4bd68222c780c (patch) | |
tree | 728634b6efd609ac37c0fd79dfc12eb980e84160 /completions | |
parent | 08eeef8a8531568a4b652761c71ad6604902eddc (diff) | |
parent | d5647fe053f2fdd97118c6aebfb1e467bdbf3ed3 (diff) | |
download | podman-9b6a70f6c9680ab72f8a5d0685b4bd68222c780c.tar.gz podman-9b6a70f6c9680ab72f8a5d0685b4bd68222c780c.tar.bz2 podman-9b6a70f6c9680ab72f8a5d0685b4bd68222c780c.zip |
Merge pull request #1935 from deuscapturus/master
add getlogin command
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 9a8adb502..4702ae0e0 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2217,6 +2217,7 @@ _podman_login() { --password -p --authfile + --get-login " local boolean_options=" --help |