diff --git a/quota-3.16-helpoption.patch b/quota-3.16-helpoption.patch index 33389c4..b6e948a 100644 --- a/quota-3.16-helpoption.patch +++ b/quota-3.16-helpoption.patch @@ -33,16 +33,14 @@ diff -urNp quota-tools-orig/quota.c quota-tools/quota.c switch (ret) { case 'g': flags |= FL_GROUP; -@@ -321,7 +321,8 @@ int main(int argc, char **argv) +@@ -321,6 +321,7 @@ int main(int argc, char **argv) case 'V': version(); exit(0); -- default: + case 'h': -+ default: + default: usage(); } - } diff -urNp quota-tools-orig/setquota.c quota-tools/setquota.c --- quota-tools-orig/setquota.c 2008-08-05 13:37:34.000000000 +0200 +++ quota-tools/setquota.c 2008-08-05 13:45:48.000000000 +0200