diff --git a/drivers/watchdog/wdt_shell.c b/drivers/watchdog/wdt_shell.c index f0433205264..57e04cb73a3 100644 --- a/drivers/watchdog/wdt_shell.c +++ b/drivers/watchdog/wdt_shell.c @@ -9,20 +9,16 @@ #include #define WDT_SETUP_HELP \ - "Set up watchdog instance. Syntax:\n" \ - "" + SHELL_HELP("Set up watchdog instance", "") #define WDT_DISABLE_HELP \ - "Disable watchdog instance. Syntax:\n" \ - "" + SHELL_HELP("Disable watchdog instance", "") #define WDT_TIMEOUT_HELP \ - "Install a new timeout. Syntax:\n" \ - " " + SHELL_HELP("Install a new timeout", " ") #define WDT_FEED_HELP \ - "Feed specified watchdog timeout. Syntax:\n" \ - " " + SHELL_HELP("Feed specified watchdog timeout", " ") static const char *const wdt_reset_name[] = { [WDT_FLAG_RESET_NONE] = "none",