summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index 13304c751..969f5e95f 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -339,7 +339,7 @@ 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_COLLATE=C to get the traditional sort order that uses\n\
+Set LC_ALL=C to get the traditional sort order that uses\n\
native byte values.\n\
")
);