bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PATCH: add missing backslash at EOL on tail.c


From: C de-Avillez
Subject: PATCH: add missing backslash at EOL on tail.c
Date: Tue, 13 Oct 2009 03:14:43 -0500

Hi,

Eric's last commit missed a backslash at EOL on tail.c (usage()
function).

Just happened I had my usual bout of insomnia, and got it while
rebuilding from GIT.

Not really critical, of course.

Cheers,

From 41b40046738e17bf819824b04a20ec63a57ecd66 Mon Sep 17 00:00:00 2001
From: C de-Avillez <address@hidden>
Date: Tue, 13 Oct 2009 02:58:25 -0500
Subject: [PATCH] src/tail.c: add missing backslash at the end of a line in 
usage()

---
 src/tail.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tail.c b/src/tail.c
index b6ad290..97aa8d4 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 (_("\
-- 
1.6.3.3

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]