diff --git a/vtysh/vtysh.c b/vtysh/vtysh.c index fa4129ec58..243a7c943f 100644 --- a/vtysh/vtysh.c +++ b/vtysh/vtysh.c @@ -2095,7 +2095,7 @@ DEFUNSH(VTYSH_REALLYALL, vtysh_exit_all, vtysh_exit_all_cmd, "exit", return vtysh_exit(vty); } -DEFUNSH(VTYSH_ALL, vtysh_quit_all, vtysh_quit_all_cmd, "quit", +DEFUNSH(VTYSH_REALLYALL, vtysh_quit_all, vtysh_quit_all_cmd, "quit", "Exit current mode and down to previous mode\n") { return vtysh_exit_all(self, vty, argc, argv);