cmd
cmd copied to clipboard
Fixed typo in example 1, subcommand 2 example and doc
Line 22 in the example shows:
flag2 = sub1.Int("flag2", 0, "sub2 int flag")
But it should really be:
flag2 = sub2.Int("flag2", 0, "sub2 int flag")