From: Benno Schulenberg Date: Wed, 6 Aug 2008 22:01:16 +0000 (+0200) Subject: date: remove confusing and unneeded sentence from --help X-Git-Tag: v7.0~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=127c689f64912ecdf00b3075b9be3c8d8dcfd89a;p=thirdparty%2Fcoreutils.git date: remove confusing and unneeded sentence from --help It makes it unclear what 'sequences' refers to, and the -u option already says enough. --- diff --git a/src/date.c b/src/date.c index 9592bf816c..3cfcc62653 100644 --- a/src/date.c +++ b/src/date.c @@ -152,8 +152,7 @@ Display the current time in the given FORMAT, or set the system date.\n\ fputs (VERSION_OPTION_DESCRIPTION, stdout); fputs (_("\ \n\ -FORMAT controls the output. The only valid option for the second form\n\ -specifies Coordinated Universal Time. Interpreted sequences are:\n\ +FORMAT controls the output. Interpreted sequences are:\n\ \n\ %% a literal %\n\ %a locale's abbreviated weekday name (e.g., Sun)\n\