X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhparam.c;h=87b4d17531cae8bc0ccd767ed325e3a6f36e0f46;hb=4246358611c366d8f9458afd5b121c2e5cf54aa1;hp=fe9846101b9f0e056e7be9a11a1f983080c93078;hpb=30292c537fe4eab052f303f1d3179c0e2fd037d8;p=mmh diff --git a/uip/mhparam.c b/uip/mhparam.c index fe98461..87b4d17 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -15,7 +15,7 @@ static struct swit switches[] = { #define COMPSW 0 { "components", 0 }, #define NCOMPSW 1 - { "nocomponents", 0 }, + { "nocomponents", 2 }, #define ALLSW 2 { "all", 0 }, #define VERSIONSW 3 @@ -46,7 +46,6 @@ static struct proc procs [] = { { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "etcdir", &mhetcdir }, - { "backup-prefix", &backup_prefix }, { "draft-folder", &draftfolder }, { "trash-folder", &trashfolder }, { NULL, NULL },