X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=coreutils%2Fdate.c;h=6be89df3e696ec1232cae97984ab342184186337;hb=2fe08c7afb3ddef42f304e78cb6edfa28e0741ef;hp=51194848baebcdee22fc2a88cedb58f6f460059d;hpb=e77ae3a2c0328590b43447550bdb1284650b8236;p=oweals%2Fbusybox.git diff --git a/coreutils/date.c b/coreutils/date.c index 51194848b..6be89df3e 100644 --- a/coreutils/date.c +++ b/coreutils/date.c @@ -1,7 +1,7 @@ /* * Mini date implementation for busybox * - * Copyright (C) 1999 by Erik Andersen + * by Matthew Grant * * 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 @@ -35,7 +35,7 @@ mail commands */ static const char date_usage[] = "date [OPTION]... [+FORMAT]\n" -" or: date [OPTION] [MMDDhhmm[[CC]YY][.ss]]\n" +" or: date [OPTION] [MMDDhhmm[[CC]YY][.ss]]\n\n" "Display the current time in the given FORMAT, or set the system date.\n" "\nOptions:\n\t-R\t\toutput RFC-822 compliant date string\n" "\t-s\t\tset time described by STRING\n"