cleaned up some of the module views
This commit is contained in:
@@ -83,12 +83,16 @@ std::string detect_os() {
|
||||
* Command handler for help command
|
||||
*/
|
||||
int cmd_help(int argc, char** argv) {
|
||||
dpm_log(LOG_INFO, "DPM Info Module - Provides information about the DPM system");
|
||||
dpm_log(LOG_INFO, "DPM Info Module - Provides information about the system.");
|
||||
dpm_log(LOG_INFO, "");
|
||||
dpm_log(LOG_INFO, "Available commands:");
|
||||
dpm_log(LOG_INFO, "");
|
||||
dpm_log(LOG_INFO, " version - Display DPM version information");
|
||||
dpm_log(LOG_INFO, " system - Display system information");
|
||||
dpm_log(LOG_INFO, " config - Display configuration information");
|
||||
dpm_log(LOG_INFO, " help - Display this help message");
|
||||
dpm_log(LOG_INFO, "");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user