>From 32906d0864978535682615199cecb2686cf3c98c 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 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/date.c b/src/date.c index 9592bf8..3cfcc62 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\ -- 1.5.6.4