diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-07 17:54:10 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-01-07 17:54:10 +0000 |
commit | f11c77e39f595fda18aaa7035ee6e1f032cc6039 (patch) | |
tree | 34e32cea6d25f52279777ed7813cdc9726957e46 /hardinfo2/computer.c | |
parent | def14b5309427469d4c5fadc720a308ee0ec4b6a (diff) |
Optimizations, add module description to ModuleAbout
Diffstat (limited to 'hardinfo2/computer.c')
-rw-r--r-- | hardinfo2/computer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/computer.c b/hardinfo2/computer.c index b1fd029a..d6508aca 100644 --- a/hardinfo2/computer.c +++ b/hardinfo2/computer.c @@ -414,6 +414,7 @@ hi_module_get_about(void) static ModuleAbout ma[] = { { .author = "Leandro A. F. Pereira", + .description = "Gathers high-level computer information", .version = VERSION, .license = "GNU GPL version 2" } |