summaryrefslogtreecommitdiff
path: root/setquota.c
diff options
context:
space:
mode:
Diffstat (limited to 'setquota.c')
-rw-r--r--setquota.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/setquota.c b/setquota.c
index 1020d8f..5d2734b 100644
--- a/setquota.c
+++ b/setquota.c
@@ -110,9 +110,9 @@ static void parse_options(int argcnt, char **argstr)
char *protoname = NULL;
#ifdef RPC_SETQUOTA
- char *opts = "gp:urmVF:taTbc";
+ char *opts = "ghp:urmVF:taTbc";
#else
- char *opts = "gp:uVF:taTbc";
+ char *opts = "ghp:uVF:taTbc";
#endif
struct option long_opts[] = {
{ "user", 0, NULL, 'u' },