Skip to content

Commit ae84553

Browse files
author
zhouhao
committed
runtimetest: fix usage info
Signed-off-by: zhouhao <[email protected]>
1 parent 6b746f9 commit ae84553

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/runtimetest/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,6 @@ func main() {
707707
app.Version = "0.0.1"
708708
app.Usage = "Compare the environment with an OCI configuration"
709709
app.Description = "runtimetest compares its current environment with an OCI runtime configuration read from config.json in its current working directory. The tests are fairly generic and cover most configurations used by the runtime validation suite, but there are corner cases where a container launched by a valid runtime would not satisfy runtimetest."
710-
app.UsageText = "runtimetest [options]"
711710
app.Flags = []cli.Flag{
712711
cli.StringFlag{
713712
Name: "log-level",

0 commit comments

Comments
 (0)