date: line up tabs in usage text
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 23 Oct 2009 14:25:20 +0000 (16:25 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 23 Oct 2009 14:25:20 +0000 (16:25 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/usage.h

index ca881065019a1e60b79c1ffad553c35b2b90d008..8db1946cd6e8fe517921a86db145fe161e98bebb 100644 (file)
      "\n       -R              Output RFC-2822 compliant date string" \
        ) IF_LONG_OPTS( \
      "\n       [-s,--set] TIME Set time to TIME" \
-     "\n       -u,--utc                Work in UTC (don't convert to local time)" \
-     "\n       -R,--rfc-2822           Output RFC-2822 compliant date string" \
+     "\n       -u,--utc        Work in UTC (don't convert to local time)" \
+     "\n       -R,--rfc-2822   Output RFC-2822 compliant date string" \
        ) \
        IF_FEATURE_DATE_ISOFMT( \
      "\n       -I[SPEC]        Output ISO-8601 compliant date string" \
      "\n       -r FILE         Display last modification time of FILE" \
      "\n       -d TIME         Display TIME, not 'now'" \
        ) IF_LONG_OPTS( \
-     "\n       -r,--reference FILE             Display last modification time of FILE" \
-     "\n       -d,--date TIME          Display TIME, not 'now'" \
+     "\n       -r,--reference FILE     Display last modification time of FILE" \
+     "\n       -d,--date TIME  Display TIME, not 'now'" \
        ) \
        IF_FEATURE_DATE_ISOFMT( \
      "\n       -D FMT          Use FMT for -d TIME conversion" \