diff options
author | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-02-28 11:46:53 +0000 |
---|---|---|
committer | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-02-28 11:46:53 +0000 |
commit | f2ef84573b36a832cde04ea8a1cd55ebc64b85e4 (patch) | |
tree | ea59733dbc7ba7752a2a48f1de2cc29ef2b192b1 /TOOLS | |
parent | 2793a70e0fb344aa6b1f3bf7d4923f501c9dccc7 (diff) |
clarify -none command line option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22375 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rwxr-xr-x | TOOLS/checktree.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TOOLS/checktree.sh b/TOOLS/checktree.sh index 106a0b987d..77717e88f9 100755 --- a/TOOLS/checktree.sh +++ b/TOOLS/checktree.sh @@ -118,6 +118,7 @@ for i in "$@"; do printoption "stupid " "test for stupid code" "$_stupid" echo printoption "all " "enable all tests" "no" + echo " (-noall can be specified as -none)" echo printoption "showcont " "show offending content of file(s)" \ "$_showcont" |