From 34f0c3e52208bbd80da4d0be4b5541dca03a6e10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Wed, 1 Apr 2009 18:59:54 +0100 Subject: [PATCH] doc: Clarify the help for version sorting in ls and sort * src/ls.c: Update the -v help description * src/sort.c: Update the -V help description --- src/ls.c | 2 +- src/sort.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ls.c b/src/ls.c index d30e5a087c..4516b436d3 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 ced0f2ddfd..5b63a25bbd 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 (_("\ -- 2.47.3