summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-12 17:16:45 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-12 17:16:45 +0000
commit5a649978dd0db6796725b0618e3f58c9ad6ddddb (patch)
treef0209ad41dcb46c04f1b1454baa032ede63a25c7
parent2314032a33eb5c2c2b0b12bd69e24f1c0cc2ddc9 (diff)
downloadmpv-5a649978dd0db6796725b0618e3f58c9ad6ddddb.tar.bz2
mpv-5a649978dd0db6796725b0618e3f58c9ad6ddddb.tar.xz
fix forgotten \
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22527 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xTOOLS/checktree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/checktree.sh b/TOOLS/checktree.sh
index 6d917b4ca7..2e61659612 100755
--- a/TOOLS/checktree.sh
+++ b/TOOLS/checktree.sh
@@ -110,7 +110,7 @@ for i in "$@"; do
echo
printoption "color " "colored output" "$_color"
printoption "head " "print heading for each test" "$_head"
- printoption "svn "
+ printoption "svn " \
"use svn info 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"