Skip to content

Commit

Permalink
make -s argument required
Browse files Browse the repository at this point in the history
  • Loading branch information
rlidwka committed May 4, 2013
1 parent 8a312b2 commit 7836067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/asset-pipeline
Expand Up @@ -7,7 +7,7 @@ var TempDir = require('temporary/lib/dir');
var assert = require('assert');

commander
.option('-s, --source [dir]', 'source (assets) directory, defaults to "."', '.')
.option('-s, --source <dir>', 'source (assets) directory, defaults to "."', '.')
.parse(process.argv);

if (commander.args.length != 1) commander.help();
Expand Down

0 comments on commit 7836067

Please sign in to comment.