From 12f9091ec272aa8164b7ba2e06174405e1c89006 Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Tue, 11 Jan 2011 22:55:31 +0100 Subject: Make quota, setquota, and edquota recognize -h option Signed-off-by: Jan Kara --- setquota.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setquota.c') 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' }, -- cgit v1.2.3