summaryrefslogtreecommitdiff
path: root/frm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-10-29 20:53:47 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-10-29 20:53:47 +0300
commit3a91a69baef99247b066e2c5ce4fce6bf739f1ac (patch)
treef424a72d3b1b5a5acd89231ce0f9e1fa55ad754d /frm
parentb48ac923058cb1967209ee2883d93d55932a0364 (diff)
downloadmailutils-3a91a69baef99247b066e2c5ce4fce6bf739f1ac.tar.gz
mailutils-3a91a69baef99247b066e2c5ce4fce6bf739f1ac.tar.bz2
Remove left over references to argp; other bugfixes
Diffstat (limited to 'frm')
-rw-r--r--frm/frm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frm/frm.c b/frm/frm.c
index 192521c82..0f73b856e 100644
--- a/frm/frm.c
+++ b/frm/frm.c
@@ -177,7 +177,7 @@ static struct mu_cli_setup cli = {
N_("[URL ...]"),
};
-static char *frm_argp_capa[] = {
+static char *capa[] = {
"debug",
"mailbox",
"locking",
@@ -328,7 +328,7 @@ main (int argc, char **argv)
mu_register_all_mbox_formats ();
mu_auth_register_module (&mu_auth_tls_module);
- mu_cli (argc, argv, &cli, frm_argp_capa, NULL, &argc, &argv);
+ mu_cli (argc, argv, &cli, capa, NULL, &argc, &argv);
if (align && (s = util_getcols ()))
init_output (s);

Return to:

Send suggestions and report system problems to the System administrator.