Skip to content

Commit 8a1d641

Browse files
committed
[#420] Fix help screen in pgagroal-admin
Adds a missing new line in the options for the help screen. Close #420
1 parent e4f8d2b commit 8a1d641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/admin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ usage(void)
175175
printf("\n");
176176
printf("Options:\n");
177177
printf(" -f, --file FILE Set the path to a user file\n");
178-
printf(" Defaults to %s", PGAGROAL_DEFAULT_USERS_FILE);
178+
printf(" Defaults to %s\n", PGAGROAL_DEFAULT_USERS_FILE);
179179
printf(" -U, --user USER Set the user name\n");
180180
printf(" -P, --password PASSWORD Set the password for the user\n");
181181
printf(" -g, --generate Generate a password\n");

0 commit comments

Comments
 (0)