summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repquota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/repquota.c b/repquota.c
index 744af70..6fe9f0c 100644
--- a/repquota.c
+++ b/repquota.c
@@ -90,7 +90,7 @@ static void parse_options(int argcnt, char **argstr)
{ NULL, 0, NULL, 0 }
};
- while ((ret = getopt_long(argcnt, argstr, "VavughtspncCiFO:", long_opts, NULL)) != -1) {
+ while ((ret = getopt_long(argcnt, argstr, "VavughtspncCiF:O:", long_opts, NULL)) != -1) {
switch (ret) {
case '?':
case 'h':