1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-10 01:12:02 +02:00

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
This commit is contained in:
Pádraig Brady
2026-01-30 13:28:41 +00:00
parent d72a03cedb
commit b3a96b8b0b

View File

@@ -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\