summaryrefslogtreecommitdiff
path: root/frm/frm.c
diff options
context:
space:
mode:
Diffstat (limited to 'frm/frm.c')
-rw-r--r--frm/frm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/frm/frm.c b/frm/frm.c
index 9cc2c55b0..f009d989a 100644
--- a/frm/frm.c
+++ b/frm/frm.c
@@ -60,7 +60,7 @@ static int selected;
60 60
61static int action (observer_t, size_t); 61static int action (observer_t, size_t);
62 62
63const char *argp_program_version = "frm (" PACKAGE_STRING ")"; 63const char *program_version = "frm (" PACKAGE_STRING ")";
64static char doc[] = N_("GNU frm -- display From: lines"); 64static char doc[] = N_("GNU frm -- display From: lines");
65 65
66static struct argp_option options[] = { 66static struct argp_option options[] = {
@@ -306,6 +306,7 @@ main(int argc, char **argv)
306 /* Native Language Support */ 306 /* Native Language Support */
307 mu_init_nls (); 307 mu_init_nls ();
308 308
309 mu_argp_init (program_version, NULL);
309 mu_argp_parse (&argp, &argc, &argv, 0, frm_argp_capa, &c, NULL); 310 mu_argp_parse (&argp, &argc, &argv, 0, frm_argp_capa, &c, NULL);
310 311
311 /* have an argument */ 312 /* have an argument */

Return to:

Send suggestions and report system problems to the System administrator.