X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2Fmylschroot.c;h=13d93bb6316c36f70e730609f02e0101ce8fe8de;hb=5d621249af8897e27fc0a842a33e7a7ef3b9c2ca;hp=56b3d63c9d2228ce0fb9e8d11a3cb6a069711fb4;hpb=d451ac30382ae398b9a2242a4f82b3438affc8a7;p=gapil.git diff --git a/sources/mylschroot.c b/sources/mylschroot.c index 56b3d63..13d93bb 100644 --- a/sources/mylschroot.c +++ b/sources/mylschroot.c @@ -54,7 +54,7 @@ int main(int argc, char *argv[]) * Use getopt function */ opterr = 0; /* don't want writing to stderr */ - while ( (i = getopt(argc, argv, "hs:l:wrbf")) != -1) { + while ( (i = getopt(argc, argv, "h")) != -1) { switch (i) { /* * Handling options