# HG changeset patch # User Chayoung You # Date 1545220114 -32400 # Node ID 2b6af9ef56669bf436a8b86c1b7e897cf365428d # Parent 62e21302c2216292d90df53f2cd9522d572833ce Fix default value of `-f` option for update_scopedb.cmd diff -r 62e21302c221 -r 2b6af9ef5666 plat/win32/update_scopedb.cmd --- a/plat/win32/update_scopedb.cmd Wed Dec 19 20:45:49 2018 +0900 +++ b/plat/win32/update_scopedb.cmd Wed Dec 19 20:48:34 2018 +0900 @@ -94,10 +94,10 @@ echo Usage: echo %~n0 ^ echo. -echo -e [exe=cscope]: The cscope executable to run -echo -f [file=scope.out]: The path to the database file to create -echo -p [dir=]: The path to the project root -echo -L [cmd=]: The file list command to run -echo -l [log=]: The log file to output to +echo -e [exe=cscope]: The cscope executable to run +echo -f [file=cscope.out]: The path to the database file to create +echo -p [dir=]: The path to the project root +echo -L [cmd=]: The file list command to run +echo -l [log=]: The log file to output to echo.