Skip to content

Commit fb5f605

Browse files
author
Ma Shimiao
committed
generate: remove unuseful default value for output
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1 parent 55645ff commit fb5f605

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/ocitools/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
var generateFlags = []cli.Flag{
13-
cli.StringFlag{Name: "output", Value: "output", Usage: "output file (defaults to stdout)"},
13+
cli.StringFlag{Name: "output", Usage: "output file (defaults to stdout)"},
1414
cli.StringFlag{Name: "rootfs", Value: "rootfs", Usage: "path to the rootfs"},
1515
cli.BoolFlag{Name: "read-only", Usage: "make the container's rootfs read-only"},
1616
cli.BoolFlag{Name: "privileged", Usage: "enabled privileged container settings"},

0 commit comments

Comments
 (0)