summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Písař <petr.pisar@atlas.cz>2010-03-24 12:44:42 +0100
committerJim Meyering <meyering@redhat.com>2010-03-24 12:44:42 +0100
commit84d441aaf35dc778cd212b5d28ef3042f7748975 (patch)
treeeb9ade45b7d62c8390d6daf69ae36067291ba63b
parentf97f85ccb2f30ea71982733f4ec058d726e0bea3 (diff)
downloadgrep-84d441aaf35dc778cd212b5d28ef3042f7748975.tar.gz
doc: translate new --help message
* src/main.c: Translate "after_options".
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 6c72650a..e6be36bc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1466,7 +1466,7 @@ Context control:\n\
-U, --binary do not strip CR characters at EOL (MSDOS)\n\
-u, --unix-byte-offsets report offsets as if CRs were not there (MSDOS)\n\
\n"));
- printf ("%s", after_options);
+ printf ("%s", _(after_options));
printf (_("\
With no FILE, or when FILE is -, read standard input. If less than two FILEs\n\
are given, assume -h. Exit status is 0 if any line was selected, 1 otherwise;\n\