From 347e6f68b2c99605787bd98b61fe30b1d26c938d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 8 Jun 2013 21:50:42 +0200 Subject: Generate a most basic manpage with help2man --- sensei-raw-ctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sensei-raw-ctl.c') diff --git a/sensei-raw-ctl.c b/sensei-raw-ctl.c index 970c31b..821879d 100644 --- a/sensei-raw-ctl.c +++ b/sensei-raw-ctl.c @@ -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"); -- cgit v1.2.3