diff options
Diffstat (limited to 'cmd/podman/run_test.go')
-rw-r--r-- | cmd/podman/run_test.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cmd/podman/run_test.go b/cmd/podman/run_test.go index 397b3bb71..0a79f6ec3 100644 --- a/cmd/podman/run_test.go +++ b/cmd/podman/run_test.go @@ -17,9 +17,10 @@ var ( cmd = []string{"podman", "test", "alpine"} CLI *cli.Context testCommand = cli.Command{ - Name: "test", - Flags: createFlags, - Action: testCmd, + Name: "test", + Flags: createFlags, + Action: testCmd, + HideHelp: true, } ) |