Skip to content

Commit 5938e22

Browse files
committed
Fix vacuumdb TAP
1 parent b01d0e2 commit 5938e22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/scripts/vacuumdb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ main(int argc, char *argv[])
138138
{"no-process-main", no_argument, NULL, 12},
139139
{"buffer-usage-limit", required_argument, NULL, 13},
140140
{"missing-stats-only", no_argument, NULL, 14},
141-
{"force", no_argument, NULL, 14},
141+
{"force", no_argument, NULL, 15},
142142
{NULL, 0, NULL, 0}
143143
};
144144

0 commit comments

Comments
 (0)