Change -init to --init

shahamran 2019-07-22 00:03:28 +03:00 committed by Fangrui Song
parent b30024b7ab
commit e70449f932

@ -11,7 +11,7 @@ exec "$HOME/src/ccls/Release/ccls" "$@"
(be sure to make the script executable!) You might want to (be sure to make the script executable!) You might want to
* add other options such as `--log-file=/tmp/ccls.out` to force logging. `-v=1` and `-init=` are other useful options. See [[Customization]]. * add other options such as `--log-file=/tmp/ccls.out` to force logging. `-v=1` and `--init=` are other useful options. See [[Customization]].
* set `LD_LIBRARY_PATH` if CMake fails to set `DT_RUNPATH` for the built `ccls` executable. * set `LD_LIBRARY_PATH` if CMake fails to set `DT_RUNPATH` for the built `ccls` executable.
* set [[Debugging]] environment variables that might be useful. * set [[Debugging]] environment variables that might be useful.