X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fshow.c;fp=uip%2Fshow.c;h=89602ef287266e1a4b67bf01cdaec8821256fc1e;hp=6e4f316899326d2caf3025b71a06c074d5b1d459;hb=39e87a75b5c2d3572ec72e717720b44af291e88a;hpb=d1da1f94ce62160aebb30df4063ccbc53768656b diff --git a/uip/show.c b/uip/show.c index 6e4f316..89602ef 100644 --- a/uip/show.c +++ b/uip/show.c @@ -23,21 +23,19 @@ static struct swit switches[] = { { "form formfile", 0 }, #define PROGSW 5 { "moreproc program", 0 }, -#define NPROGSW 6 - { "nomoreproc", 0 }, -#define LENSW 7 +#define LENSW 6 { "length lines", 0 }, -#define WIDTHSW 8 +#define WIDTHSW 7 { "width columns", 0 }, -#define SHOWSW 9 +#define SHOWSW 8 { "showproc program", 0 }, -#define SHOWMIMESW 10 +#define SHOWMIMESW 9 { "showmimeproc program", 0 }, -#define FILESW 11 +#define FILESW 10 { "file file", -4 }, /* interface from showfile */ -#define VERSIONSW 12 +#define VERSIONSW 11 { "version", 0 }, -#define HELPSW 13 +#define HELPSW 12 { "help", 0 }, { NULL, 0 } }; @@ -86,7 +84,6 @@ main(int argc, char **argv) ambigsw(cp, switches); done(1); case UNKWNSW: - case NPROGSW: vec[vecp++] = --cp; continue;