* zic.c (usage): Omit unnecessary “'”s from help output.
Unlike -r, the -R option-arg cannot be empty, so there is
no need to quote it.
---
 zic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zic.c b/zic.c
index eca7820f..b1923438 100644
--- a/zic.c
+++ b/zic.c
@@ -705,7 +705,7 @@ usage(FILE *stream, int status)
          _("%s: usage is %s [ --version ] [ --help ] [ -v ] \\\n"
            "\t[ -b {slim|fat} ] [ -d directory ] [ -l localtime ]"
            " [ -L leapseconds ] \\\n"
-           "\t[ -p posixrules ] [ -r '[@lo][/@hi]' ] [ -R '@hi' ] \\\n"
+           "\t[ -p posixrules ] [ -r '[@lo][/@hi]' ] [ -R @hi ] \\\n"
            "\t[ -t localtime-link ] \\\n"
            "\t[ filename ... ]\n\n"
            "Report bugs to %s.\n"),
-- 
2.51.0

Reply via email to