summaryrefslogtreecommitdiff
path: root/mh/repl.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-09-10 12:48:15 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-09-10 12:48:15 +0000
commit1491b258c75b403d3f68897a639ee6d290f0fb67 (patch)
tree6bc5771a687640baacfefa18ff21c9a75aa138fe /mh/repl.c
parenta104de8d21b41fe28555317e552e77b6265f8ddc (diff)
downloadmailutils-1491b258c75b403d3f68897a639ee6d290f0fb67.tar.gz
mailutils-1491b258c75b403d3f68897a639ee6d290f0fb67.tar.bz2
Reformat argp docstring in accordance with the new argp guidelines. Remove unneeded translators comment.
Diffstat (limited to 'mh/repl.c')
-rw-r--r--mh/repl.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/mh/repl.c b/mh/repl.c
index c47bf83a6..f6a1901d6 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -24,10 +24,8 @@
#include <unistd.h>
const char *program_version = "reply (" PACKAGE_STRING ")";
-/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
- in this message */
-static char doc[] = N_("GNU MH repl\v\
-Options marked with `*' are not yet implemented.\n\
+static char doc[] = N_("GNU MH repl")"\v"
+N_("Options marked with `*' are not yet implemented.\n\
Use -help to obtain the list of traditional MH options.");
static char args_doc[] = N_("[+folder] [msg]");

Return to:

Send suggestions and report system problems to the System administrator.