Skip to content

Commit

Permalink
fixed ordering of command options
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Jun 6, 2016
1 parent e9a1af5 commit 1d943d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decode-hostname/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Exit Codes:
1: Unrecognised command line options
Example:
$ decode-hostname --secret 'cheese monkey' --fqdn 'znzsgaqaau2hl7h35f4owqn25s76j4h7apm3fe4qpy6pfxjk.foo.com' --subdomain 'foo.com'
$ decode-hostname --fqdn 'znzsgaqaau2hl7h35f4owqn25s76j4h7apm3fe4qpy6pfxjk.foo.com' --subdomain 'foo.com' --secret 'cheese monkey'
`
)

Expand Down

0 comments on commit 1d943d0

Please sign in to comment.