Skip to content

Commit

Permalink
Update dockerfile_lint
Browse files Browse the repository at this point in the history
Update help
  • Loading branch information
lphiri committed Aug 20, 2015
1 parent 3df2334 commit 7ce9b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dockerfile_lint
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ var remoteFile = false;

commandline.option('-j, --json', 'Show results in JSON format')
.option('-r, --rulefile [rulefile] (optional)', 'Rule file',rulefile)
.option('-f, --dockerfile [dockerfile] (required)', 'File to lint',dockerfile)
.option('-f, --dockerfile [dockerfile] (required)', 'File to lint. Accepts a local file or an http(s) URL',dockerfile)
.parse(process.argv);


Expand Down

0 comments on commit 7ce9b10

Please sign in to comment.