diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-23 16:25:20 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-23 16:25:20 +0200 |
commit | 50be9631e147208c1cb3ef94a99173687e434d66 (patch) | |
tree | 6a692a2d05036de42b97612ea5320c56d16d2105 | |
parent | d93fc617256f47a00f94f0603c0ff6b1b46e7ed4 (diff) | |
download | busybox-w32-50be9631e147208c1cb3ef94a99173687e434d66.tar.gz busybox-w32-50be9631e147208c1cb3ef94a99173687e434d66.tar.bz2 busybox-w32-50be9631e147208c1cb3ef94a99173687e434d66.zip |
date: line up tabs in usage text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | include/usage.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h index ca8810650..8db1946cd 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -679,8 +679,8 @@ | |||
679 | "\n -R Output RFC-2822 compliant date string" \ | 679 | "\n -R Output RFC-2822 compliant date string" \ |
680 | ) IF_LONG_OPTS( \ | 680 | ) IF_LONG_OPTS( \ |
681 | "\n [-s,--set] TIME Set time to TIME" \ | 681 | "\n [-s,--set] TIME Set time to TIME" \ |
682 | "\n -u,--utc Work in UTC (don't convert to local time)" \ | 682 | "\n -u,--utc Work in UTC (don't convert to local time)" \ |
683 | "\n -R,--rfc-2822 Output RFC-2822 compliant date string" \ | 683 | "\n -R,--rfc-2822 Output RFC-2822 compliant date string" \ |
684 | ) \ | 684 | ) \ |
685 | IF_FEATURE_DATE_ISOFMT( \ | 685 | IF_FEATURE_DATE_ISOFMT( \ |
686 | "\n -I[SPEC] Output ISO-8601 compliant date string" \ | 686 | "\n -I[SPEC] Output ISO-8601 compliant date string" \ |
@@ -691,8 +691,8 @@ | |||
691 | "\n -r FILE Display last modification time of FILE" \ | 691 | "\n -r FILE Display last modification time of FILE" \ |
692 | "\n -d TIME Display TIME, not 'now'" \ | 692 | "\n -d TIME Display TIME, not 'now'" \ |
693 | ) IF_LONG_OPTS( \ | 693 | ) IF_LONG_OPTS( \ |
694 | "\n -r,--reference FILE Display last modification time of FILE" \ | 694 | "\n -r,--reference FILE Display last modification time of FILE" \ |
695 | "\n -d,--date TIME Display TIME, not 'now'" \ | 695 | "\n -d,--date TIME Display TIME, not 'now'" \ |
696 | ) \ | 696 | ) \ |
697 | IF_FEATURE_DATE_ISOFMT( \ | 697 | IF_FEATURE_DATE_ISOFMT( \ |
698 | "\n -D FMT Use FMT for -d TIME conversion" \ | 698 | "\n -D FMT Use FMT for -d TIME conversion" \ |