]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Suggest setting LC_COLLATE=C, rather than LC_ALL=C.
authorJim Meyering <jim@meyering.net>
Sun, 1 Jul 2001 19:46:26 +0000 (19:46 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 1 Jul 2001 19:46:26 +0000 (19:46 +0000)
src/sort.c

index ecfa8287f09c0a6986773cc42e4e21fa6a288802..383b0381ab0392ba19e9bae80052a500fc44e661 100644 (file)
@@ -338,7 +338,8 @@ With no FILE, or when FILE is -, read standard input.\n\
 \n\
 *** WARNING ***\n\
 The locale specified by the environment affects sort order.\n\
-Set LC_ALL=C to get the traditional sort order that uses native byte values.\n\
+Set LC_COLLATE=C to get the traditional sort order that uses\n\
+native byte values.\n\
 ")
              );
       puts (_("\nReport bugs to <bug-textutils@gnu.org>."));