From b3a96b8b0beafdaf71d085e2f25391eef9c3229f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?=
Date: Fri, 30 Jan 2026 13:28:41 +0000 Subject: [PATCH] doc: move xgettext: hint to the correct translated string * src/fmt.c (usage): Move comment down to the newly separated string. Discussed in https://github.com/coreutils/coreutils/issues/178 --- src/fmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fmt.c b/src/fmt.c index 53250527f..bb1412057 100644 --- a/src/fmt.c +++ b/src/fmt.c @@ -287,8 +287,6 @@ The option -WIDTH is an abbreviated form of --width=DIGITS.\n\ -s, --split-only\n\ split long lines, but do not refill\n\ ")); - /* Tell xgettext that the "% o" below is not a printf-style - format string: xgettext:no-c-format */ oputs (_("\ -t, --tagged-paragraph\n\ indentation of first line different from second\n\ @@ -301,6 +299,8 @@ The option -WIDTH is an abbreviated form of --width=DIGITS.\n\ -w, --width=WIDTH\n\ maximum line width (default of 75 columns)\n\ ")); + /* Tell xgettext that the "% o" below is not a printf-style + format string: xgettext:no-c-format */ oputs (_("\ -g, --goal=WIDTH\n\ goal width (default of 93% of width)\n\