quit' should be a alias for exit', not `help'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9037 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-09-10 17:54:06 +00:00
parent 5a0952ca19
commit 03c2d820e6

View File

@@ -147,8 +147,8 @@ static SL_cmd commands[] = {
}, },
{ "help", help, "help"}, { "help", help, "help"},
{ "?"}, { "?"},
{ "quit" },
{ "exit", exit_kadmin, "exit"}, { "exit", exit_kadmin, "exit"},
{ "quit" },
{ NULL} { NULL}
}; };