From 127c689f64912ecdf00b3075b9be3c8d8dcfd89a Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 7 Aug 2008 00:01:16 +0200 Subject: [PATCH] date: remove confusing and unneeded sentence from --help It makes it unclear what 'sequences' refers to, and the -u option already says enough. --- src/date.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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\ -- 2.47.3