diff options
| author | Sudar Muthu <sudar@sudarmuthu.com> | 2020-09-03 07:30:28 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-03 07:30:28 +0530 |
| commit | c7eb909b849e354fdb7630d11405ea6de706f1ba (patch) | |
| tree | d197d631c22d731b04f9c4c2c35e13c72e9a7fbe | |
| parent | 587beb9d7c6c83cfe398ce5df1beaa530845a19e (diff) | |
| parent | d0f192e9836864f8fa5d7bfbbfe9bd088e6e6152 (diff) | |
Merge pull request #614 from co-dan/ctags_docs_fix
Rename `CTAGS_CMD` to `CTAGS_EXEC` (in the documentation).
| -rw-r--r-- | arduino-mk-vars.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arduino-mk-vars.md b/arduino-mk-vars.md index 746066b..7c42416 100644 --- a/arduino-mk-vars.md +++ b/arduino-mk-vars.md @@ -1967,16 +1967,16 @@ CTAGS_OPTS = -V ---- -### CTAGS_CMD +### CTAGS_EXEC **Description:** -Location of `ctags` binary. Defaults to user path. +Path to the `ctags` binary. Defaults to user path. **Example:** ```Makefile -CTAGS_CMD = /usr/local/bin/ +CTAGS_EXEC = /usr/local/bin/ctags ``` **Requirement:** *Optional* |
