diff options
author | Ed Santiago <santiago@redhat.com> | 2019-03-03 19:09:12 -0700 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2019-03-03 19:09:12 -0700 |
commit | 0a0c1fa23e1e390bae3d24686fb14216c52adbbf (patch) | |
tree | 3fb5937f1be3dccf52d34485fc1a32f178cf8d85 /cmd/podman/container.go | |
parent | f3a3d8e28e4b8ec06dd11ec156c10e243165f19d (diff) | |
download | podman-0a0c1fa23e1e390bae3d24686fb14216c52adbbf.tar.gz podman-0a0c1fa23e1e390bae3d24686fb14216c52adbbf.tar.bz2 podman-0a0c1fa23e1e390bae3d24686fb14216c52adbbf.zip |
A few more usage-message tweaks
Minor stuff, but it corrects some errors in usage messages.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'cmd/podman/container.go')
-rw-r--r-- | cmd/podman/container.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/container.go b/cmd/podman/container.go index 65ec22317..0bcdf533a 100644 --- a/cmd/podman/container.go +++ b/cmd/podman/container.go @@ -21,6 +21,7 @@ var ( listSubCommand cliconfig.PsValues _listSubCommand = &cobra.Command{ Use: strings.Replace(_psCommand.Use, "ps", "list", 1), + Args: noSubArgs, Short: _psCommand.Short, Long: _psCommand.Long, Aliases: []string{"ls"}, |