diff options
Diffstat (limited to 'hardinfo2/devices.c')
-rw-r--r-- | hardinfo2/devices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/devices.c b/hardinfo2/devices.c index e196897e..87fa1999 100644 --- a/hardinfo2/devices.c +++ b/hardinfo2/devices.c @@ -390,6 +390,7 @@ hi_module_get_about(void) static ModuleAbout ma[] = { { .author = "Leandro A. F. Pereira", + .description = "Gathers information about hardware devices", .version = VERSION, .license = "GNU GPL version 2" } |