Commit 882c164f authored by diego's avatar diego

Rename --log option to --logfile.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12576 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 62aee17c
......@@ -56,7 +56,7 @@ show_help(){
echo
echo "Standard options:"
echo " --help print this message"
echo " --log=<FILE|yes|no> log tests and output to FILE [config.err]"
echo " --logfile=<FILE|yes|no> log tests and output to FILE [config.err]"
echo " --prefix=PREFIX install in PREFIX [$PREFIX]"
echo " --libdir=DIR install libs in DIR [PREFIX/lib]"
echo " --shlibdir=DIR install shared libs in DIR [PREFIX/lib]"
......@@ -990,7 +990,7 @@ show_list() {
for opt do
optval="${opt#*=}"
case "$opt" in
--log=*) logging="$optval"
--logfile=*) logging="$optval"
;;
--prefix=*) PREFIX="$optval"
;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment