summaryrefslogtreecommitdiff
path: root/setquota.c
diff options
context:
space:
mode:
authorOndrej Vasik <ovasik@redhat.com>2011-01-11 22:55:31 +0100
committerJan Kara <jack@suse.cz>2011-01-11 22:55:31 +0100
commit12f9091ec272aa8164b7ba2e06174405e1c89006 (patch)
treef3eef0ca734272a634114c214d1021d941e5afff /setquota.c
parent109f674ff828adad3e7763c0f3bdc2b4b687705e (diff)
Make quota, setquota, and edquota recognize -h option
Signed-off-by: Jan Kara <jack@suse.cz>
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' },