Files
Daniel J Walsh 1ee466eee4 We should fail Podman with ExitCode 125 by default
$ ./bin/podman  --foo
$ echo $?
125
$ ./bin/podman  foo
Command "foo" not found.
See `podman --help`.
$ echo $?
1

After this change

$ ./bin/podman  foo
Command "foo" not found.
See `podman --help`.
$ echo $?
125

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #1398
Approved by: vrothberg
2018-09-05 14:04:50 +00:00
..
2018-05-11 16:05:10 +00:00
2018-01-18 07:01:48 -05:00
2018-08-30 16:51:56 +00:00
2017-11-01 11:24:59 -04:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00
2018-08-30 16:51:56 +00:00