Skip to content

Commit

Permalink
Fix up misleading usage information (#3158)
Browse files Browse the repository at this point in the history
fixes #3157
  • Loading branch information
jamesgeorge007 authored and devongovett committed Jul 14, 2019
1 parent a92e9b2 commit 96119be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/parcel-bundler/src/cli.js
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 96119be

Please sign in to comment.