diff options
author | Burt P <pburt0@gmail.com> | 2018-10-24 01:10:33 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-11-04 15:01:49 -0800 |
commit | b6b83055b3ec9f35b4192ea43b7aa5cd152f59aa (patch) | |
tree | a3fa06155658ce6cf39f0dbddf3c89aefc62e3bb /includes/hardinfo.h | |
parent | d00af9f4636a1ebacf6a83bd2a4d81afc607f26f (diff) |
add very-verbose parameter
Dumps any "moreinfo" for all items.
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/hardinfo.h')
-rw-r--r-- | includes/hardinfo.h | 1 |
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; |