From e70449f9325082b032c492ad0dce6cd88def6d73 Mon Sep 17 00:00:00 2001 From: shahamran Date: Mon, 22 Jul 2019 00:03:28 +0300 Subject: [PATCH] Change `-init` to `--init` --- Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.md b/Install.md index 929e2cc..d4ed0b7 100644 --- a/Install.md +++ b/Install.md @@ -11,7 +11,7 @@ exec "$HOME/src/ccls/Release/ccls" "$@" (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 [[Debugging]] environment variables that might be useful.