summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pw/pw_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/pw_user.c b/pw/pw_user.c
index 33968ee..f1207e0 100644
--- a/pw/pw_user.c
+++ b/pw/pw_user.c
@@ -677,7 +677,7 @@ pw_user_next(int argc, char **argv, char *name __unused)
cfg = optarg;
break;
case 'q':
- quiet;
+ quiet = true;
break;
}
}