bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14976: [patch] use semicolons in option descriptions, not periods


From: Bernhard Voelker
Subject: bug#14976: [patch] use semicolons in option descriptions, not periods
Date: Sun, 04 Aug 2013 17:40:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

On 08/04/2013 01:28 PM, Pádraig Brady wrote:
> The latest patch is attached,

diff --git a/src/du.c b/src/du.c
index b8aba0b..a265b10 100644
--- a/src/du.c
+++ b/src/du.c
@@ -338,9 +338,9 @@ Summarize disk usage of each FILE, recursively for 
directories.\n\
                           directory, or any of its subdirectories\n\
       --time=WORD       show time as WORD instead of modification time:\n\
                           atime, access, use, ctime or status\n\
-      --time-style=STYLE  show times using style STYLE:\n\
-                          full-iso, long-iso, iso, +FORMAT\n\
-                          FORMAT is interpreted like 'date'\n\
+      --time-style=STYLE  show times using STYLE, which can be:\n\
+                            full-iso, long-iso, iso, or +FORMAT;\n\
+                            FORMAT is interpreted like in 'date'\n\

I'd say:
  s/can be/is one of/
or
  s/can be/must be/

because "can be" sounds somehow optional (to me at least).

Otherwise: +1

Have a nice day,
Berny





reply via email to

[Prev in Thread] Current Thread [Next in Thread]