Skip to content

Commit

Permalink
SLNG-10 Update commander argument to print <phrase> as required argum…
Browse files Browse the repository at this point in the history
…ent upon --help flag
  • Loading branch information
jwu910 authored and rainrivas committed Jan 12, 2018
1 parent 610a52f commit f6f487b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var program = require('commander'),
request = require('request');

program
.arguments('<search_string>')
.arguments('<phrase>')
.action((slng) => {
var options = {
method: 'GET',
Expand Down

0 comments on commit f6f487b

Please sign in to comment.