summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBenjamin Pierce <bcpierce002017@gmail.com>2018-01-27 15:49:39 -0500
committerBenjamin Pierce <bcpierce002017@gmail.com>2018-01-27 15:49:39 -0500
commit1536c9d37a33656a27b86c07a4fb2948a9758412 (patch)
tree0c4615510df6bab9beb65b74964ce5f5e299d4d6 /src
parentaceddab87958afe7a650ad62fd9d8049c5a08efb (diff)
downloadunison-1536c9d37a33656a27b86c07a4fb2948a9758412.zip
unison-1536c9d37a33656a27b86c07a4fb2948a9758412.tar.gz
unison-1536c9d37a33656a27b86c07a4fb2948a9758412.tar.bz2
Small improvement to doc string
Diffstat (limited to 'src')
-rw-r--r--src/remote.ml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/remote.ml b/src/remote.ml
index 0e9d4d3..a02e696 100644
--- a/src/remote.ml
+++ b/src/remote.ml
@@ -513,8 +513,9 @@ let addversionno =
Prefs.createBool "addversionno" false
("!add version number to name of " ^ Uutil.myName ^ " on server")
("When this flag is set to {\\tt true}, Unison "
- ^ "will use \\texttt{unison-\\ARG{currentversionnumber}} instead of "
- ^ "just \\verb|unison| as the remote server command. This allows "
+ ^ "will use \\texttt{unison-\\ARG{currentmajorversionnumber}} instead of "
+ ^ "just \\verb|unison| as the remote server command (note that the minor "
+ ^ "version number is dropped -- e.g., unison-2.51). This allows "
^ "multiple binaries for different versions of unison to coexist "
^ "conveniently on the same server: whichever version is run "
^ "on the client, the same version will be selected on the server.")