diff options
author | Jim Meyering <jim@meyering.net> | 1995-11-26 22:09:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-11-26 22:09:43 +0000 |
commit | 0402200daf1f34000f50eaef97a26ea824ac3e68 (patch) | |
tree | 1dc019a370fbf98238a7bf466dcd46b77d99b73d | |
parent | dc0708fa823578533ed53e1ff730fd97d46f6b20 (diff) | |
download | coreutils-0402200daf1f34000f50eaef97a26ea824ac3e68.tar.xz |
Clarify usage. From Karl Berry.
-rw-r--r-- | src/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c index d1be232cf..6675c3e99 100644 --- a/src/test.c +++ b/src/test.c @@ -1047,7 +1047,7 @@ EXPRESSION is true or false and sets exit status. It is one of:\n\ ")); printf (_("\ \n\ -Beware that parentheses need to be escaped by backslashes for shells.\n\ +Beware that parentheses need to be escaped (e.g., by backslashes) for shells.\n\ INTEGER may also be -l STRING, which evaluates to the length of STRING.\n\ ")); } |