diff options
author | G.raud <graud@gmx.com> | 2018-01-28 12:25:27 +0100 |
---|---|---|
committer | G.raud <graud@gmx.com> | 2018-01-28 12:25:27 +0100 |
commit | bb39953b2487d39f4acdd7e7df9dab8ad1c5f0fd (patch) | |
tree | ab3a917ff22196f96f75747d116a0536f97dc1cb | |
parent | 34fb8c3d2ec98f7763759b81f2c3347883e9c511 (diff) | |
download | unison-bb39953b2487d39f4acdd7e7df9dab8ad1c5f0fd.zip unison-bb39953b2487d39f4acdd7e7df9dab8ad1c5f0fd.tar.gz unison-bb39953b2487d39f4acdd7e7df9dab8ad1c5f0fd.tar.bz2 |
Sortri: update the documentation of the parameter 'sortbysize'
-rw-r--r-- | src/sortri.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sortri.ml b/src/sortri.ml index 9274963..0f82f4e 100644 --- a/src/sortri.ml +++ b/src/sortri.ml @@ -32,8 +32,8 @@ let bysize = ^ "smaller files from being transferred quickly.\n\n" ^ "This preference (as well as the other sorting flags, but not the " ^ "sorting preferences that require patterns as arguments) can be " - ^ "set interactively and temporarily using the 'Sort' menu in the " - ^ "graphical user interface.") + ^ "set interactively and temporarily using the 'Sort' menu in the " + ^ "graphical and text user interfaces.") let newfirst = Prefs.createBool "sortnewfirst" false |