Mercurial > mplayer.hg
changeset 22358:98d5ee376a61
fix printing of -(no)svn option
author | ivo |
---|---|
date | Wed, 28 Feb 2007 11:48:32 +0000 |
parents | 131563493cc4 |
children | 206b4600a956 |
files | TOOLS/checktree.sh |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/checktree.sh Wed Feb 28 11:46:53 2007 +0000 +++ b/TOOLS/checktree.sh Wed Feb 28 11:48:32 2007 +0000 @@ -125,8 +125,8 @@ 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