Browse Source

Give example for bayer arg error

pull/3/head
makeworld 5 years ago
parent
commit
9d1e319df1
  1. 2
      subcommands.go

2
subcommands.go

@ -323,7 +323,7 @@ func bayer(c *cli.Context) error {
args := parseArgs(c.Args().Slice(), " ,x") args := parseArgs(c.Args().Slice(), " ,x")
if len(args) != 2 { if len(args) != 2 {
return errors.New("bayer needs 2 arguments exactly") return errors.New("bayer needs 2 arguments exactly. Example: 4x4")
} }
uintArgs := make([]uint, 2) uintArgs := make([]uint, 2)

Loading…
Cancel
Save