]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: move xgettext: hint to the correct translated string
authorPádraig Brady <P@draigBrady.com>
Fri, 30 Jan 2026 13:28:41 +0000 (13:28 +0000)
committerPádraig Brady <P@draigBrady.com>
Fri, 30 Jan 2026 13:31:27 +0000 (13:31 +0000)
* src/fmt.c (usage): Move comment down to the newly separated string.
Discussed in https://github.com/coreutils/coreutils/issues/178

src/fmt.c

index 53250527f3f9331144cd4fd01507c64e2cf8280d..bb1412057d6328257cea2b4bca779d3e7f8b7955 100644 (file)
--- 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\