aboutsummaryrefslogtreecommitdiff
path: root/coreutils/date.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-19 20:03:34 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-19 20:03:34 +0000
commitd62f7703c40301ce8368a5b5380ac38a73c7e4b8 (patch)
tree1e46d5cf36870771a4f3cedfe84f6161c3871131 /coreutils/date.c
parenta2b5a151efb406f9df569db2c79b090ea57f5ca2 (diff)
downloadbusybox-w32-d62f7703c40301ce8368a5b5380ac38a73c7e4b8.tar.gz
busybox-w32-d62f7703c40301ce8368a5b5380ac38a73c7e4b8.tar.bz2
busybox-w32-d62f7703c40301ce8368a5b5380ac38a73c7e4b8.zip
Added sfdisk. Ststic-ified a bunch of stuff.
git-svn-id: svn://busybox.net/trunk/busybox@38 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/date.c')
-rw-r--r--coreutils/date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/date.c b/coreutils/date.c
index 70d5dd5c6..51194848b 100644
--- a/coreutils/date.c
+++ b/coreutils/date.c
@@ -34,7 +34,7 @@
34 an RFC 822 complient date output for shell scripting 34 an RFC 822 complient date output for shell scripting
35 mail commands */ 35 mail commands */
36 36
37const char date_usage[] = "date [OPTION]... [+FORMAT]\n" 37static const char date_usage[] = "date [OPTION]... [+FORMAT]\n"
38" or: date [OPTION] [MMDDhhmm[[CC]YY][.ss]]\n" 38" or: date [OPTION] [MMDDhhmm[[CC]YY][.ss]]\n"
39"Display the current time in the given FORMAT, or set the system date.\n" 39"Display the current time in the given FORMAT, or set the system date.\n"
40"\nOptions:\n\t-R\t\toutput RFC-822 compliant date string\n" 40"\nOptions:\n\t-R\t\toutput RFC-822 compliant date string\n"