Skip to content

Commit

Permalink
t2: add missing help to crash-reporter. Fixes gh-708 (#709)
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Apr 26, 2016
1 parent 4d026d3 commit e889c74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/tessel-2.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ parser.command('crash-reporter')
.option('test', {
flag: true,
help: 'Test the Crash Reporter.'
});
})
.help('Crash Reporter enable/disable');

parser.command('provision')
.callback(callControllerCallback('provisionTessel'))
Expand Down

0 comments on commit e889c74

Please sign in to comment.