Generate a most basic manpage with help2man

This commit is contained in:
2013-06-08 21:50:42 +02:00
parent 30ee238bbc
commit 347e6f68b2
2 changed files with 25 additions and 2 deletions

View File

@@ -281,8 +281,8 @@ struct options
static void
show_usage (const char *program_name)
{
printf ("Usage: %s [OPTION]... - configure"
" SteelSeries Sensei Raw devices\n\n", program_name);
printf ("Usage: %s [OPTION]...\n", program_name);
printf ("Configure SteelSeries Sensei Raw devices.\n\n");
printf (" -h, --help Show this help\n");
printf (" --version Show program version and exit\n");
printf (" --show Show current mouse settings and exit\n");