提交 a77705e2 编写于 作者: D Diego Biurrun

Rename --log option to --logfile.

Originally committed as revision 12576 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 d314ea4e
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册