Skip to content

Commit 7ce9b10

Browse files
committed
Update dockerfile_lint
Update help
1 parent 3df2334 commit 7ce9b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dockerfile_lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ var remoteFile = false;
109109

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

115115

0 commit comments

Comments
 (0)