bug-time
[Top][All Lists]
Advanced

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

[PATCH] time: fix double-percent signs in help output


From: Dominique Martinet
Subject: [PATCH] time: fix double-percent signs in help output
Date: Fri, 12 Aug 2022 08:32:05 +0900

* src/time.c: help output

Fixes: d7b05e7f815e ("time: rewrite -h/--help screen")
---

Note this patch is trivial so in my non-lawyer perspective not subject
to copyrights etc, but if my not having signed any GNU contributor
agreements is a problem please recommit this under your name.
(I somehow recall it's required yet didn't find anything concrete about
it looking now, so might just have been dreaming that up).

Anyway, I hereby grand permission to do whatever you want with this.


 src/time.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/time.c b/src/time.c
index 7b401bcb14b2..8c3ba26f05fb 100644
--- a/src/time.c
+++ b/src/time.c
@@ -254,9 +254,9 @@ Usage: %s [-apvV] [-f format] [-o file] [--append] 
[--verbose]\n\
   -o, --output=FILE         write to FILE instead of STDERR\n"), stdout);
   fputs (_("\
   -p, --portability         print POSIX standard 1003.2 conformant string:\n\
-                              real %%e\n\
-                              user %%U\n\
-                              sys %%S\n\
+                              real %e\n\
+                              user %U\n\
+                              sys %S\n\
 "), stdout);
   fputs (_("\
   -q, --quiet               do not print information about abnormal program\n\
-- 
2.36.1




reply via email to

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