diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-23 00:05:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-23 00:05:56 +0000 |
commit | 41492d6c2371e8afafec67ad30657ab939ed2d70 (patch) | |
tree | 7500a7caa9017089bb732ac0fdd5fe1bf4b9c221 /applets | |
parent | c163e5107f0af0f395f9998ee195896f6fa1b2e1 (diff) | |
download | busybox-41492d6c2371e8afafec67ad30657ab939ed2d70.tar.gz |
I should be more careful...
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage.h b/applets/usage.h index a7cb9a6be..76492e0a7 100644 --- a/applets/usage.h +++ b/applets/usage.h @@ -91,7 +91,7 @@ #define date_full_usage \ "Displays the current time in the given FORMAT, or sets the system date.\n" \ "\nOptions:\n" \ - \t-R\t\tOutputs RFC-822 compliant date string\n" \ + "\t-R\t\tOutputs RFC-822 compliant date string\n" \ "\t-d STRING\tdisplay time described by STRING, not `now'\n" \ "\t-s\t\tSets time described by STRING\n" \ "\t-u\t\tPrints or sets Coordinated Universal Time" |