First draft
[oweals/busybox.git] / date.c
diff --git a/date.c b/date.c
index 501ccc28f90097f09baa2d1e67346b6497a86ee2..6be89df3e696ec1232cae97984ab342184186337 100644 (file)
--- a/date.c
+++ b/date.c
@@ -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"