Merge pull request #2581 from metalefty/help-alignment

sesman: fix help message alignment
This commit is contained in:
matt335672 2023-03-08 10:42:13 +00:00 committed by GitHub
commit c9940f6b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -654,7 +654,7 @@ print_help(void)
g_printf(" -v, --version show version\n");
g_printf(" -n, --nodaemon don't fork into background\n");
g_printf(" -c, --config specify new path to sesman.ini\n");
g_writeln(" --dump-config display config on stdout on startup");
g_printf(" --dump-config display config on stdout on startup\n");
g_deinit();
}