From 909dc8c01d31c23ffe4e89f4ec68850b5d401662 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 23 Nov 2001 19:58:23 +0000 Subject: Factor out some common strings to make translation easier. Split usage strings so that --help and --version descriptions are alone in their own string. Likewise for the one that says: Mandatory arguments to long options are mandatory for short options too. --- src/fmt.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/fmt.c') diff --git a/src/fmt.c b/src/fmt.c index 254ac990c..d9aefac27 100644 --- a/src/fmt.c +++ b/src/fmt.c @@ -273,7 +273,11 @@ usage (int status) Reformat each paragraph in the FILE(s), writing to standard output.\n\ If no FILE or if FILE is `-', read standard input.\n\ \n\ +"), stdout); + fputs (_("\ Mandatory arguments to long options are mandatory for short options too.\n\ +"), stdout); + fputs (_("\ -c, --crown-margin preserve indentation of first two lines\n\ -p, --prefix=STRING combine only lines having STRING as prefix\n\ -s, --split-only split long lines, but do not refill\n\ @@ -283,8 +287,12 @@ Mandatory arguments to long options are mandatory for short options too.\n\ -t, --tagged-paragraph indentation of first line different from second\n\ -u, --uniform-spacing one space between words, two after sentences\n\ -w, --width=NUMBER maximum line width (default of 75 columns)\n\ +"), stdout); + fputs (_("\ --help display this help and exit\n\ --version output version information and exit\n\ +"), stdout); + fputs (_("\ \n\ In -wNUMBER, the letter `w' may be omitted.\n"), stdout); -- cgit v1.2.3-54-g00ecf