diff options
author | Jim Meyering <jim@meyering.net> | 2001-05-05 17:32:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-05-05 17:32:40 +0000 |
commit | 90ce79ff921a9c3650dc347177c83ebf827b6e30 (patch) | |
tree | edcdc4e1cc893640c362857132fb10de7bc7787f | |
parent | b5063eb63bd830c66e554e72f5b7a1907b2f5870 (diff) | |
download | coreutils-90ce79ff921a9c3650dc347177c83ebf827b6e30.tar.xz |
tweak diagnostic
-rw-r--r-- | src/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); } } |