X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fshow.c;h=08a9b31cefc25c31295db3df48fe7b8e46e08246;hp=6e4f316899326d2caf3025b71a06c074d5b1d459;hb=fb0594cb913cab5e14e2c295b79eb48cc675bbbf;hpb=41f62fc47ef6f2d223b7584b3bb912e65a630445 diff --git a/uip/show.c b/uip/show.c index 6e4f316..08a9b31 100644 --- a/uip/show.c +++ b/uip/show.c @@ -23,21 +23,17 @@ static struct swit switches[] = { { "form formfile", 0 }, #define PROGSW 5 { "moreproc program", 0 }, -#define NPROGSW 6 - { "nomoreproc", 0 }, -#define LENSW 7 - { "length lines", 0 }, -#define WIDTHSW 8 +#define WIDTHSW 6 { "width columns", 0 }, -#define SHOWSW 9 +#define SHOWSW 7 { "showproc program", 0 }, -#define SHOWMIMESW 10 +#define SHOWMIMESW 8 { "showmimeproc program", 0 }, -#define FILESW 11 - { "file file", -4 }, /* interface from showfile */ -#define VERSIONSW 12 +#define FILESW 9 + { "file file", -4 }, /* interface from lproc (whatnow) */ +#define VERSIONSW 10 { "version", 0 }, -#define HELPSW 13 +#define HELPSW 11 { "help", 0 }, { NULL, 0 } }; @@ -86,7 +82,6 @@ main(int argc, char **argv) ambigsw(cp, switches); done(1); case UNKWNSW: - case NPROGSW: vec[vecp++] = --cp; continue; @@ -126,7 +121,6 @@ usage: continue; case PROGSW: - case LENSW: case WIDTHSW: vec[vecp++] = --cp; if (!(cp = *argp++) || *cp == '-')