summaryrefslogtreecommitdiffstats
path: root/pw/pw_group.c
diff options
context:
space:
mode:
Diffstat (limited to 'pw/pw_group.c')
-rw-r--r--pw/pw_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/pw_group.c b/pw/pw_group.c
index 28a7c94..61f0a21 100644
--- a/pw/pw_group.c
+++ b/pw/pw_group.c
@@ -122,7 +122,7 @@ pw_group(int mode, char *name, long id, struct cargs * args)
};
if (mode == M_NEXT)
- return (pw_groupnext(cnf, getarg(args, 'q') != NULL));
+ return (pw_groupnext(cnf, conf.quiet));
if (mode == M_LOCK || mode == M_UNLOCK)
errx(EX_USAGE, "'lock' command is not available for groups");