diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-05 03:40:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-05 03:40:21 +0000 |
commit | 2b1f600cbd210cf9d7d7777b6cc0d6ef1c99d3da (patch) | |
tree | 45f2d2287e14a3d4e46e46afe7641121ac3471cf /src | |
parent | 0396e35b5aea2d93b01dd0e36dd118503c90682b (diff) | |
download | coreutils-2b1f600cbd210cf9d7d7777b6cc0d6ef1c99d3da.tar.xz |
(usage): Remove space before newline in usage message.
Diffstat (limited to 'src')
-rw-r--r-- | src/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c index bf5d1e442..a91c9528e 100644 --- a/src/expr.c +++ b/src/expr.c @@ -424,7 +424,7 @@ docolon (VALUE *sv, VALUE *pv) if (pv->u.s[0] == '^') { error (0, 0, _("\ -warning: unportable BRE: `%s': using `^' as the first character \n\ +warning: unportable BRE: `%s': using `^' as the first character\n\ of the basic regular expression is not portable; it is being ignored"), pv->u.s); } |