summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-05 17:32:40 +0000
committerJim Meyering <jim@meyering.net>2001-05-05 17:32:40 +0000
commit90ce79ff921a9c3650dc347177c83ebf827b6e30 (patch)
treeedcdc4e1cc893640c362857132fb10de7bc7787f
parentb5063eb63bd830c66e554e72f5b7a1907b2f5870 (diff)
downloadcoreutils-90ce79ff921a9c3650dc347177c83ebf827b6e30.tar.xz
tweak diagnostic
-rw-r--r--src/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index 9cbd65988..4a4f36258 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -1036,7 +1036,7 @@ decode_switches (int argc, char **argv)
set_quoting_style (NULL, quoting_style_vals[i]);
else
error (0, 0,
- _("ignoring invalid string in environment variable QUOTING_STYLE: %s"),
+ _("ignoring invalid value of environment variable QUOTING_STYLE: %s"),
quotearg (q_style));
}
}