changeset 238:2b6af9ef5666

Fix default value of `-f` option for update_scopedb.cmd
author Chayoung You <yousbe@gmail.com>
date Wed, 19 Dec 2018 20:48:34 +0900
parents 62e21302c221
children ac9adbec887b
files plat/win32/update_scopedb.cmd
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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 ^<options^>
 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.