aboutsummaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2018-10-24 01:10:33 -0500
committerLeandro A. F. Pereira <leandro@hardinfo.org>2018-11-04 15:01:49 -0800
commitb6b83055b3ec9f35b4192ea43b7aa5cd152f59aa (patch)
treea3fa06155658ce6cf39f0dbddf3c89aefc62e3bb /includes
parentd00af9f4636a1ebacf6a83bd2a4d81afc607f26f (diff)
add very-verbose parameter
Dumps any "moreinfo" for all items. Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes')
-rw-r--r--includes/hardinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/hardinfo.h b/includes/hardinfo.h
index 3412f852..ee886251 100644
--- a/includes/hardinfo.h
+++ b/includes/hardinfo.h
@@ -46,6 +46,7 @@ typedef struct _ProgramParameters ProgramParameters;
struct _ProgramParameters {
gboolean create_report;
+ gboolean force_all_details; /* for create_report, include any "moreinfo" that exists for any item */
gboolean show_version;
gboolean gui_running;
gboolean list_modules;