summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-28 11:48:32 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-28 11:48:32 +0000
commit98df2cb095448613192b30b586d0a38ab945d2a1 (patch)
tree7730c6448f813bb9d340f6b5c91a8d054c06c782 /TOOLS
parentf2ef84573b36a832cde04ea8a1cd55ebc64b85e4 (diff)
downloadmpv-98df2cb095448613192b30b586d0a38ab945d2a1.tar.bz2
mpv-98df2cb095448613192b30b586d0a38ab945d2a1.tar.xz
fix printing of -(no)svn option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22376 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/checktree.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/checktree.sh b/TOOLS/checktree.sh
index 77717e88f9..2e4f7ac366 100755
--- a/TOOLS/checktree.sh
+++ b/TOOLS/checktree.sh
@@ -125,8 +125,8 @@ for i in "$@"; do
echo
printoption "color " "colored output" "$_color"
printoption "head " "print heading for each test" "$_head"
- printoption "svn " "use .svn/ to determine which files to " \
- "check" "$_svn"
+ printoption "svn " "use .svn/ to determine which files to check"\
+ "$_svn"
echo -e "\nIf no files are specified, the whole tree is traversed."
echo -e "If there are, -(no)svn has no effect.\n"
exit