diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-12 01:43:24 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-05-12 01:43:24 -0400 |
commit | 2350871f1ec8cc5e8f48187a740eb574070320f3 (patch) | |
tree | c8977bf8f2bb9492664eabeca4f5abddf949a006 | |
parent | 67920a9954d4dd6c895195c9bf46b4c2f626f390 (diff) |
jh-checksource: update help text for the -m flag
-rw-r--r-- | jh-checksource.help.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jh-checksource.help.txt b/jh-checksource.help.txt index cf718dc..4681628 100644 --- a/jh-checksource.help.txt +++ b/jh-checksource.help.txt @@ -1,4 +1,7 @@ -Usage @cmd@ checksource [ignore-file-list...] +Usage @cmd@ checksource [-m] [ignore-file-list...] Checks the current (source) folder for binary files. +The -m flag causes it to print a newline-separated list of files +potentially unsafe files, instead of the human-readable output. + Ignores any filename matching an argument. |