X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fshow.c;h=08a9b31cefc25c31295db3df48fe7b8e46e08246;hb=a1cae878ec58748fd8d602178fe279bf6116931d;hp=89602ef287266e1a4b67bf01cdaec8821256fc1e;hpb=39e87a75b5c2d3572ec72e717720b44af291e88a;p=mmh diff --git a/uip/show.c b/uip/show.c index 89602ef..08a9b31 100644 --- a/uip/show.c +++ b/uip/show.c @@ -23,19 +23,17 @@ static struct swit switches[] = { { "form formfile", 0 }, #define PROGSW 5 { "moreproc program", 0 }, -#define LENSW 6 - { "length lines", 0 }, -#define WIDTHSW 7 +#define WIDTHSW 6 { "width columns", 0 }, -#define SHOWSW 8 +#define SHOWSW 7 { "showproc program", 0 }, -#define SHOWMIMESW 9 +#define SHOWMIMESW 8 { "showmimeproc program", 0 }, -#define FILESW 10 - { "file file", -4 }, /* interface from showfile */ -#define VERSIONSW 11 +#define FILESW 9 + { "file file", -4 }, /* interface from lproc (whatnow) */ +#define VERSIONSW 10 { "version", 0 }, -#define HELPSW 12 +#define HELPSW 11 { "help", 0 }, { NULL, 0 } }; @@ -123,7 +121,6 @@ usage: continue; case PROGSW: - case LENSW: case WIDTHSW: vec[vecp++] = --cp; if (!(cp = *argp++) || *cp == '-')