summaryrefslogtreecommitdiffstats
path: root/pw/pwupd.c
diff options
context:
space:
mode:
Diffstat (limited to 'pw/pwupd.c')
-rw-r--r--pw/pwupd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/pwupd.c b/pw/pwupd.c
index ac91c9e..26160ed 100644
--- a/pw/pwupd.c
+++ b/pw/pwupd.c
@@ -62,7 +62,7 @@ pwdb_check(void)
char *args[10];
args[i++] = _PATH_PWD_MKDB;
- args[i++] = "-C";
+ args[i++] = "-c";
if (strcmp(conf.etcpath, _PATH_PWD) != 0) {
args[i++] = "-d";