Skip to content

Commit

Permalink
fix: fix the debug alias
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Feb 12, 2019
1 parent 751641e commit 5a47b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cli.env('AEGIR')
.epilog('Use `$0 <command> --help` to learn more about each command.')
.commandDir('cmds')
.demandCommand(1, 'You need at least one command.')
.option('d', {
.option('D', {
desc: 'Show debug output.',
type: 'boolean',
default: false,
Expand Down

0 comments on commit 5a47b7e

Please sign in to comment.