git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3955 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-11 22:17:21 +00:00
parent d9d22522b5
commit b0cee89514

View File

@@ -84,8 +84,9 @@ static SL_cmd commands[] = {
{ "ext_keytab", ext_keytab, "ext_keytab principal..."},
{ "get_entry", get_entry, "get_entry principal"},
{ "rename", rename_entry, "rename source target"},
{ "privileges", get_privs, "show privileges" },
{ "list_principals",list_princs, "list principals matching expression" },
{ "modify", mod_entry, "modify principal" },
{ "privileges", get_privs},
{ "list_principals",list_princs, "list expression..." },
{ "help", help, "help"},
{ "?"},
{ "exit", exit_kadmin, "exit"},