Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Commit

Permalink
Duplicate debug flag check
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lucas <xavier.lucas@corp.ovh.com>
  • Loading branch information
Xavier Lucas authored and Xavier Lucas committed Feb 15, 2016
1 parent d8ac031 commit 72ce8a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func main() {
flag.StringVar(&sc.StorageUrl, "s", "", "Storage URL")
flag.StringVar(&sc.Tenant, "t", "", "Tenant name")
flag.IntVar(&sc.AuthVersion, "v", 0, "Authentication version")
flag.BoolVar(&debug, "debug", false, "Enable fuse debug log")
flag.Usage = func() {
fmt.Fprintf(os.Stderr, "Usage of %s :\n", os.Args[0])
flag.PrintDefaults()
Expand Down

0 comments on commit 72ce8a6

Please sign in to comment.