mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 21:12:23 +00:00
fix printing of -(no)svn option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22376 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f2ef84573b
commit
98df2cb095
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user