X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fsortm.c;h=4cd999d8f3d2234dba9156601752ac9f07048c21;hp=9e96d5a4cde0896f9a8a19aa050b51f67612c7d8;hb=5f2b39344cca1086c975d47b730929d8f1904214;hpb=bd60514e13b4b1d4e2f726e6fc54da9eff6a263e diff --git a/uip/sortm.c b/uip/sortm.c index 9e96d5a..4cd999d 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -16,15 +16,15 @@ static struct swit switches[] = { #define TEXTSW 1 { "textfield field", 0 }, #define NSUBJSW 2 - { "notextfield", 0 }, + { "notextfield", 2 }, #define LIMSW 3 { "limit days", 0 }, #define NLIMSW 4 - { "nolimit", 0 }, + { "nolimit", 2 }, #define VERBSW 5 { "verbose", 0 }, #define NVERBSW 6 - { "noverbose", 0 }, + { "noverbose", 2 }, #define VERSIONSW 7 { "Version", 0 }, #define HELPSW 8