1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-10 14:13:31 +02:00

* src/sort.c (usage): Mention again that sort fields are origin 1.

This commit is contained in:
Paul Eggert
2006-10-09 23:26:33 +00:00
parent 2983bf7c85
commit 489ff7f0cd
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
* src/sort.c (usage): Mention again that sort fields are origin 1.
* NEWS: Fix typo: iso-8602 -> iso-8601. Problem reported by
Bob Proulx.

View File

@@ -337,7 +337,7 @@ Other options:\n\
fputs (_("\
\n\
POS is F[.C][OPTS], where F is the field number and C the character position\n\
in the field. If neither the -t nor the -b option is in effect, the characters\n\
in the field; both are origin 1. If neither -t nor -b is in effect, characters\n\
in a field are counted from the beginning of the preceding whitespace. OPTS is\n\
one or more single-letter ordering options, which override global ordering\n\
options for that key. If no key is given, use the entire line as the key.\n\