summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrea Richiardi <a.richiardi.work@gmail.com>2017-01-25 21:36:33 -0800
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-01-26 14:40:46 +0700
commit856b3e1ab89c43736c72c12ac26b92296d34e0e4 (patch)
treedf4dbcc7025c9542d051ebf85b21a7fc9e764084 /doc
parent240c6ed236d98c7e27b8c85bd1fdb9e845882e8b (diff)
Make cider global and parameters option explicit in the doc
Diffstat (limited to 'doc')
-rw-r--r--doc/up_and_running.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/up_and_running.md b/doc/up_and_running.md
index e40dda4a..87cbc505 100644
--- a/doc/up_and_running.md
+++ b/doc/up_and_running.md
@@ -42,8 +42,8 @@ In Clojure(Script) buffers the command `cider-jack-in` is bound to <kbd>C-c M-j<
For further customizing the command line used for `cider-jack-in`, you can
change the following (all string options):
- * `cider-[TOOL]-global-options`: these are passed to the command directly, in first position (e.g. `-o` to `lein` enables offline mode).
- * `cider-[TOOL]-parameters`: these are usually tasks names and their parameters (e.g.: `dev` for launching boot's dev task instead of the standard `repl -s wait`).
+ * `cider-lein-global-options`, `cider-boot-global-options`, `cider-gradle-global-options`: these are passed to the command directly, in first position (e.g. `-o` to `lein` enables offline mode).
+ * `cider-lein-parameters`, `cider-boot-parameters`, `cider-gradle-parameters`: these are usually tasks names and their parameters (e.g.: `dev` for launching boot's dev task instead of the standard `repl -s wait`).
## Connect to a running nREPL server