]> git.proxmox.com Git - mirror_frr.git/blobdiff - vtysh/vtysh.c
Merge pull request #2512 from pacovn/Coverity_1399200_Unchecked_return_value_from_library
[mirror_frr.git] / vtysh / vtysh.c
index a64e568daa99c47122f3d742a22f28c436688814..66b49800ddbfd58419b2308bfebd46e727619424 100644 (file)
@@ -2415,10 +2415,11 @@ DEFUNSH(VTYSH_ALL, vtysh_log_syslog, vtysh_log_syslog_cmd,
 }
 
 DEFUNSH(VTYSH_ALL, no_vtysh_log_syslog, no_vtysh_log_syslog_cmd,
-       "no log syslog [LEVEL]", NO_STR
+       "no log syslog [<emergencies|alerts|critical|errors|warnings|notifications|informational|debugging>]",
+       NO_STR
        "Logging control\n"
        "Cancel logging to syslog\n"
-       "Logging level\n")
+       LOG_LEVEL_DESC)
 {
        return CMD_SUCCESS;
 }