X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhstore.c;h=f28d867d2893c3faa64bafb9c7edaee2d1d7123c;hb=2f43405ca3cccdfc56faca7a8b6b0d6913cf45aa;hp=f4d664d280c78819fcabf7a70e9e151bf15e894b;hpb=55e1d8c654ee0f7c45b9361ce34617983b454c32;p=mmh diff --git a/uip/mhstore.c b/uip/mhstore.c index f4d664d..f28d867 100644 --- a/uip/mhstore.c +++ b/uip/mhstore.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include #include @@ -21,7 +20,7 @@ static struct swit switches[] = { #define AUTOSW 0 { "auto", 0 }, #define NAUTOSW 1 - { "noauto", 0 }, + { "noauto", 2 }, #define FILESW 2 /* interface from show */ { "file file", 0 }, #define PARTSW 3 @@ -29,7 +28,7 @@ static struct swit switches[] = { #define TYPESW 4 { "type content", 0 }, #define VERSIONSW 5 - { "version", 0 }, + { "Version", 0 }, #define HELPSW 6 { "help", 0 }, #define DEBUGSW 7 @@ -132,9 +131,7 @@ main(int argc, char **argv) done=freects_done; -#ifdef LOCALE setlocale(LC_ALL, ""); -#endif invo_name = mhbasename(argv[0]); /* read user profile/context */