aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/util.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2006-11-26 20:46:49 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2006-11-26 20:46:49 +0000
commit96d673a3ba61dcdd348b422b2b9f2e1158cd6286 (patch)
treedf01db43604c868dce456135205905481d847e29 /hardinfo2/util.c
parentbdebb25ba5dcd9727cfbef5dd8b7a77ba9030a9c (diff)
Cleanups
Diffstat (limited to 'hardinfo2/util.c')
-rw-r--r--hardinfo2/util.c14
1 files changed, 7 insertions, 7 deletions
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",