From 96d673a3ba61dcdd348b422b2b9f2e1158cd6286 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sun, 26 Nov 2006 20:46:49 +0000 Subject: Cleanups --- hardinfo2/util.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'hardinfo2/util.c') diff --git a/hardinfo2/util.c b/hardinfo2/util.c index da3a338b..67b17985 100644 --- a/hardinfo2/util.c +++ b/hardinfo2/util.c @@ -258,11 +258,11 @@ log_handler(const gchar * log_domain, void parameters_init(int *argc, char ***argv, ProgramParameters * param) { - static gboolean create_report = FALSE; - static gboolean show_version = FALSE; - static gboolean list_modules = FALSE; - static gchar *report_format = NULL; - static gchar **use_modules = NULL; + static gboolean create_report = FALSE; + static gboolean show_version = FALSE; + static gboolean list_modules = FALSE; + static gchar *report_format = NULL; + static gchar **use_modules = NULL; static GOptionEntry options[] = { { @@ -287,11 +287,11 @@ void parameters_init(int *argc, char ***argv, ProgramParameters * param) .description = "lists modules" }, { - .long_name = "load-modules", + .long_name = "load-module", .short_name = 'm', .arg = G_OPTION_ARG_STRING_ARRAY, .arg_data = &use_modules, - .description = "load only selected modules" + .description = "specify module file name to load; may be used more than once" }, { .long_name = "version", -- cgit v1.2.3