Skip to content

Commit

Permalink
kebab-case all global flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jrperritt committed Jul 30, 2015
1 parent bb34051 commit af134cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commandoptions/globalflags.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func GlobalFlags() []cli.Flag {
Usage: "The username with which to authenticate.",
},
cli.StringFlag{
Name: "apikey",
Name: "api-key",
Usage: "The API key with which to authenticate.",
},
cli.StringFlag{
Expand All @@ -23,7 +23,7 @@ func GlobalFlags() []cli.Flag {
Usage: "The authentication token of the user to authenticate as. This must be used with the `tenant-id` flag.",
},
cli.StringFlag{
Name: "authurl",
Name: "auth-url",
Usage: "The endpoint to which authenticate.",
},
cli.StringFlag{
Expand Down

0 comments on commit af134cf

Please sign in to comment.