diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-23 14:40:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-23 14:40:00 +0000 |
commit | 89b0b72ca3dc835c67c204c1daec20db0467d43b (patch) | |
tree | 69869274b369b5d27a5f316f855d8cbeff430cfc /src | |
parent | 6e48308e16f0f921a5028d55ea9b61b7dc8fdb47 (diff) | |
download | coreutils-89b0b72ca3dc835c67c204c1daec20db0467d43b.tar.xz |
(usage): Tweak formatting to maintain more or less constant indentation.
Diffstat (limited to 'src')
-rw-r--r-- | src/du.c | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -317,15 +317,14 @@ Mandatory arguments to long options are mandatory for short options too.\n\ --summarize\n\ "), stdout); fputs (_("\ - --last-time show time of the most recent modification of any\n\ - file in the directory, or any of its\n\ - subdirectories\n\ - --last-time=WORD show time as WORD instead of modification time:\n\ - atime, access, use, ctime or status; use\n\ - --time-style=STYLE show times using style STYLE:\n\ - full-iso, long-iso, iso, locale, +FORMAT\n\ - FORMAT is interpreted like `date';\n\ - implicity implies --last-time\n\ + --last-time show time of the most recent modification of any\n\ + file in the directory, or any of its subdirectories\n\ + --last-time=WORD show time as WORD instead of modification time:\n\ + atime, access, use, ctime or status; use\n\ + --time-style=STYLE show times using style STYLE:\n\ + full-iso, long-iso, iso, locale, +FORMAT\n\ + FORMAT is interpreted like `date';\n\ + implies --last-time\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); |