Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | don't print help message for usage errors | Valentin Rothberg | 2018-08-31 |
| | | | | | | | | | | | | | | | | | Don't print potentially verbose help messages in case of usage errors, but print only the usage error followed by a pointer to the command's help. This aligns with Docker. ``` $ podman run -h flag needs an argument: -h See 'podman run --help'. ``` Signed-off-by: Valentin Rothberg <vrothberg@suse.com> Closes: #1379 Approved by: rhatdan | ||
* | Cleanup descriptions and help information | Daniel J Walsh | 2018-07-27 |
| | | | | | | | Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #1167 Approved by: baude | ||
* | add podman container and image command | Daniel J Walsh | 2018-06-13 |
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #941 Approved by: TomSweeneyRedHat |