summaryrefslogtreecommitdiffstats
path: root/isisd/isisd.c
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isisd.c')
-rw-r--r--isisd/isisd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/isisd/isisd.c b/isisd/isisd.c
index c446e7fc..b67f1e46 100644
--- a/isisd/isisd.c
+++ b/isisd/isisd.c
@@ -782,9 +782,10 @@ print_debug (struct vty *vty, int flags, int onoff)
DEFUN (show_debugging,
show_debugging_cmd,
- "show debugging",
+ "show debugging isis",
SHOW_STR
- "State of each debugging option\n")
+ "State of each debugging option\n"
+ ISIS_STR)
{
vty_out (vty, "IS-IS:%s", VTY_NEWLINE);
print_debug (vty, isis->debugs, 1);