Skip to content

Commit

Permalink
fix(cli): help message
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu4k committed May 22, 2020
1 parent 50e36eb commit b32b037
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,11 @@ Usage:
${blue("denon")} [options] ${gray("-- eg: denon --help")}
Options:
-h --help Show this screen.
-v --version Show version.
-i --init Create config file in current working dir.
-h --help Show this screen.
-v --version Show version.
-i --init Create config file in current working dir.
-u --upgrade Upgrade to latest version.
-c --config <file> Use specific file as configuration.
`,
);
}

0 comments on commit b32b037

Please sign in to comment.