From: C de-Avillez Date: Tue, 13 Oct 2009 07:58:25 +0000 (-0500) Subject: tail: add add missing backslash at the end of a line in usage X-Git-Tag: v8.1~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3cfa712ca5c28ad755f4a85147b32538766a417;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/src/tail.c b/src/tail.c index b6ad2905e1..97aa8d4964 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 (_("\