From 0b1b613547ccd79781162013a276c60473a5cfac Mon Sep 17 00:00:00 2001 From: Marko Topolnik Date: Fri, 29 Mar 2013 14:07:27 +0100 Subject: [PATCH] Clarify docstring --- src/leiningen/repl.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/leiningen/repl.clj b/src/leiningen/repl.clj index 60f1e18a..c4d49913 100644 --- a/src/leiningen/repl.clj +++ b/src/leiningen/repl.clj @@ -173,8 +173,8 @@ Subcommands: -> :start :start [:port port] This will launch an nREPL server and connect a - client to it. If the :port key is specified, or present in the - :repl-options map in project.clj, that port will be used for the + client to it. If the :port key is specified, or present under + :repl-options in the project map, that port will be used for the server, otherwise it is chosen randomly. When starting outside of a project, the nREPL server will run internally to Leiningen.