[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] doc: note the order in which wc counts are printed
From: |
Pádraig Brady |
Subject: |
Re: [PATCH] doc: note the order in which wc counts are printed |
Date: |
Tue, 12 Jul 2011 10:48:10 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 |
On 11/07/11 22:10, Benoît Knecht wrote:
> diff --git a/src/wc.c b/src/wc.c
> +The options below may be used to select which counts are printed, always
> in\n\
> +the following order: newline, word, character, byte, maximum line length.\n\
Well worth adding.
How about rewording to line up with the long options. I.E.
+the following order: lines, words, chars, bytes, max-line-length.\n\
cheers,
Pádraig.