X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fforw.c;h=d8b17d34a66c7bef52e09af0bd045b7db5175af4;hb=0bc28ff85b961d5dab47ceb10fdb1715b5703de1;hp=8455431a2a7db2d072a5d78c63e0be1b1012061e;hpb=197f95940cc0860683e6988352f721e6603f9339;p=mmh diff --git a/uip/forw.c b/uip/forw.c index 8455431..d8b17d3 100644 --- a/uip/forw.c +++ b/uip/forw.c @@ -62,13 +62,13 @@ static struct swit switches[] = { #define VERSIONSW 22 { "version", 0 }, #define HELPSW 23 - { "help", 4 }, + { "help", 0 }, #define FILESW 24 - { "file file", -4 }, /* interface from msh */ + { "file file", 4 }, /* interface from msh */ #ifdef MHE #define BILDSW 25 - { "build", -5 }, /* interface from mhe */ + { "build", 5 }, /* interface from mhe */ #endif /* MHE */ { NULL, 0 }