We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pgagroal-admin
1 parent e4f8d2b commit 8a1d641Copy full SHA for 8a1d641
src/admin.c
@@ -175,7 +175,7 @@ usage(void)
175
printf("\n");
176
printf("Options:\n");
177
printf(" -f, --file FILE Set the path to a user file\n");
178
- printf(" Defaults to %s", PGAGROAL_DEFAULT_USERS_FILE);
+ printf(" Defaults to %s\n", PGAGROAL_DEFAULT_USERS_FILE);
179
printf(" -U, --user USER Set the user name\n");
180
printf(" -P, --password PASSWORD Set the password for the user\n");
181
printf(" -g, --generate Generate a password\n");
0 commit comments