summaryrefslogtreecommitdiff
path: root/mh/mhn.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/mhn.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/mhn.c')
-rw-r--r--mh/mhn.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/mh/mhn.c b/mh/mhn.c
index 1ea66bed5..bfc8c4da1 100644
--- a/mh/mhn.c
+++ b/mh/mhn.c
@@ -26,10 +26,8 @@
#include <obstack.h>
const char *program_version = "mhn (" PACKAGE_STRING ")";
-/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
- in this message */
-static char doc[] = N_("GNU MH mhn\v\
-Options marked with `*' are not yet implemented.\n\
+static char doc[] = N_("GNU MH mhn")"\v"
+N_("Options marked with `*' are not yet implemented.\n\
Use -help to obtain the list of traditional MH options.");
static char args_doc[] = "[msgs]";

Return to:

Send suggestions and report system problems to the System administrator.