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/od.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/od.c') diff --git a/src/od.c b/src/od.c index a2798e6cb..a393eeba4 100644 --- a/src/od.c +++ b/src/od.c @@ -282,7 +282,11 @@ of FILE to standard output. With more than one FILE argument,\n\ concatenate them in the listed order to form the input.\n\ With no FILE, or when FILE is -, read standard input.\n\ \n\ +"), stdout); + fputs (_("\ Mandatory arguments to long options are mandatory for short options too.\n\ +"), stdout); + fputs (_("\ -A, --address-radix=RADIX decide how file offsets are printed\n\ -j, --skip-bytes=BYTES skip BYTES input bytes first\n\ "), stdout); @@ -297,6 +301,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\ fputs (_("\ --help display this help and exit\n\ --version output version information and exit\n\ +"), stdout); + fputs (_("\ \n\ Pre-POSIX format specifications may be intermixed, they accumulate:\n\ -a same as -t a, select named characters\n\ -- cgit v1.2.3-54-g00ecf