fix missing break in argparse

This commit is contained in:
Fabian Posch 2024-01-08 13:58:09 -05:00
parent b73f25e835
commit 2df267e7b3

View file

@ -82,6 +82,7 @@ int main (int argc, char **argv) {
}
db_cred.port_override = true;
break;
case 2:
DEBUG_PRINT("Database user customized.");