Skip to content

Commit

Permalink
Fix up misleading usage information
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Jun 24, 2019
1 parent 6fbfe96 commit 8ee0c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/parcel-bundler/src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const envinfo = require('envinfo');
const program = require('commander');
const version = require('../package.json').version;

program.version(version);
program.version(version).usage('<command> [options]');

program
.command('serve [input...]')
Expand Down

0 comments on commit 8ee0c6a

Please sign in to comment.