summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ls.c2
-rw-r--r--src/sort.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ls.c b/src/ls.c
index d30e5a087..4516b436d 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -4533,7 +4533,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
with -l: show access time and sort by name\n\
otherwise: sort by access time\n\
-U do not sort; list entries in directory order\n\
- -v sort by version\n\
+ -v natural sort of (version) numbers within text\n\
"), stdout);
fputs (_("\
-w, --width=COLS assume screen width instead of current value\n\
diff --git a/src/sort.c b/src/sort.c
index ced0f2ddf..5b63a25bb 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -346,7 +346,7 @@ Ordering options:\n\
--sort=WORD sort according to WORD:\n\
general-numeric -g, month -M, numeric -n,\n\
random -R, version -V\n\
- -V, --version-sort sort by numeric version\n\
+ -V, --version-sort natural sort of (version) numbers within text\n\
\n\
"), stdout);
fputs (_("\