diff options
Diffstat (limited to 'src/date.c')
-rw-r--r-- | src/date.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/date.c b/src/date.c index 2dec4c37f..c4e159e42 100644 --- a/src/date.c +++ b/src/date.c @@ -1,5 +1,5 @@ /* date - print or set the system date and time - Copyright (C) 1989-2006 Free Software Foundation, Inc. + Copyright (C) 1989-2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -227,11 +227,11 @@ By default, date pads numeric fields with zeroes.\n\ fputs (_("\ The following optional flags may follow `%':\n\ \n\ - - (hyphen) do not pad the field\n\ - _ (underscore) pad with spaces\n\ - 0 (zero) pad with zeros\n\ - ^ use upper case if possible\n\ - # use opposite case if possible\n\ + - (hyphen) do not pad the field\n\ + _ (underscore) pad with spaces\n\ + 0 (zero) pad with zeros\n\ + ^ use upper case if possible\n\ + # use opposite case if possible\n\ "), stdout); fputs (_("\ \n\ |