summaryrefslogtreecommitdiff
path: root/src/tail.c
diff options
context:
space:
mode:
authorC de-Avillez <hggdh2@gmail.com>2009-10-13 02:58:25 -0500
committerJim Meyering <meyering@redhat.com>2009-10-13 11:20:20 +0200
commitb3cfa712ca5c28ad755f4a85147b32538766a417 (patch)
treeb78bbd060818000386ff697d9c43b81ebf8bb6be /src/tail.c
parentf25273d7f1dd0f8aa6e839b2201e61222061efae (diff)
downloadcoreutils-b3cfa712ca5c28ad755f4a85147b32538766a417.tar.xz
tail: add add missing backslash at the end of a line in usage
* src/tail.c (usage): Add missing backslash at the end of a line.
Diffstat (limited to 'src/tail.c')
-rw-r--r--src/tail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tail.c b/src/tail.c
index b6ad2905e..97aa8d496 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -260,7 +260,7 @@ With no FILE, or when FILE is -, read standard input.\n\
Mandatory arguments to long options are mandatory for short options too.\n\
"), stdout);
fputs (_("\
- -c, --bytes=K output the last K bytes; alternatively, use -c +K\n
+ -c, --bytes=K output the last K bytes; alternatively, use -c +K\n\
to output bytes starting with the Kth of each file\n\
"), stdout);
fputs (_("\