fixed a cli arg parsing error

This commit is contained in:
Chris Punches
2025-03-13 23:03:37 -04:00
parent a822bc93e7
commit a924a245df
5 changed files with 63 additions and 24 deletions

View File

@@ -68,7 +68,7 @@ extern "C" const char* dpm_module_get_version(void) {
* @return Const char pointer to the module description string
*/
extern "C" const char* dpm_get_description(void) {
return "DPM Info Module - Provides information about the DPM system";
return "Provides information about the DPM system.";
}