X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Finc.c;h=f461dd86745a92c117390b40ca1f80bd5165a25a;hp=38ab687394ebe08cdefc6e3133288f456b3af22f;hb=56f52a606b02d40fdc92b9012c7835679163cd5c;hpb=c05210483d82bf5f3786725ff80e12444088a701 diff --git a/uip/inc.c b/uip/inc.c index 38ab687..f461dd8 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -78,29 +78,29 @@ static struct swit switches[] = { { "pack file", POPminc (-4) }, #define NPACKSW 10 { "nopack", POPminc (-6) }, -#define PORTSW 13 +#define PORTSW 11 { "port name/number", POPminc (-4) }, -#define SILSW 15 +#define SILSW 12 { "silent", 0 }, -#define NSILSW 16 +#define NSILSW 13 { "nosilent", 0 }, -#define TRNCSW 17 +#define TRNCSW 14 { "truncate", 0 }, -#define NTRNCSW 18 +#define NTRNCSW 15 { "notruncate", 0 }, -#define WIDTHSW 19 +#define WIDTHSW 16 { "width columns", 0 }, -#define VERSIONSW 20 +#define VERSIONSW 17 { "version", 0 }, -#define HELPSW 21 +#define HELPSW 18 { "help", 0 }, -#define SNOOPSW 22 +#define SNOOPSW 19 { "snoop", -5 }, -#define SASLSW 24 +#define SASLSW 20 { "sasl", SASLminc(-4) }, -#define SASLMECHSW 25 +#define SASLMECHSW 21 { "saslmech", SASLminc(-8) }, -#define PROXYSW 26 +#define PROXYSW 22 { "proxy command", POPminc(-5) }, { NULL, 0 } };