Skip to content

Commit

Permalink
Merge pull request #149 from wking/generate-output-remove-unuseful-de…
Browse files Browse the repository at this point in the history
…fault-value

generate: remove unuseful default value for output
  • Loading branch information
Mrunal Patel authored Jul 26, 2016
2 parents d07fade + fb5f605 commit ee4d82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ocitools/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

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

0 comments on commit ee4d82c

Please sign in to comment.