mirror of https://github.com/mpv-player/mpv
fix forgotten \
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22527 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2314032a33
commit
5a649978dd
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue