mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 05:01:28 +00:00
fix usage for completly deprecated flag
Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
This commit is contained in:
@@ -12,6 +12,7 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
flag.Bool([]string{"#hp", "#-halp"}, false, "display the halp")
|
||||
flag.BoolVar(&b, []string{"b"}, false, "a simple bool")
|
||||
flag.BoolVar(&b2, []string{"-bool"}, false, "a simple bool")
|
||||
flag.IntVar(&i, []string{"#integer", "-integer"}, -1, "a simple integer")
|
||||
|
||||
Reference in New Issue
Block a user