bug-coreutils
[Top][All Lists]
Advanced

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

Re: Final point in new option of join


From: Eric Blake
Subject: Re: Final point in new option of join
Date: Thu, 11 Feb 2010 15:25:26 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Pádraig Brady <P <at> draigBrady.com> writes:

> I noticed a few more extraneious '.' in --help output

> +++ b/src/base64.c
> @@ -62,10 +62,9 @@ Base64 encode or decode FILE, or standard input, to 
standard output.\n\
>  \n"), program_name);
>        fputs (_("\
>    -w, --wrap=COLS       Wrap encoded lines after COLS character (default 
76).\n\
> -                        Use 0 to disable line wrapping.\n\
> -\n\
> -  -d, --decode          Decode data.\n\
> -  -i, --ignore-garbage  When decoding, ignore non-alphabet characters.\n\
> +                          Use 0 to disable line wrapping\n\
> +  -d, --decode          Decode data\n\
> +  -i, --ignore-garbage  When decoding, ignore non-alphabet characters\n\

We should also patch these to start with lower case (that is:
  -d, --decode    decode data
rather than Decode data).

-- 
Eric Blake







reply via email to

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