]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Tweak formatting to maintain more or less constant indentation.
authorJim Meyering <jim@meyering.net>
Thu, 23 Jun 2005 14:40:00 +0000 (14:40 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Jun 2005 14:40:00 +0000 (14:40 +0000)
src/du.c

index 391fefe0d4959c519cfe043c10e23c278ab54349..efe770a7f8c786700876bf2c99d5d5990ee7c7cf 100644 (file)
--- a/src/du.c
+++ b/src/du.c
@@ -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);