get_privileges -> privileges

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3939 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-11 20:40:10 +00:00
parent cf6895aba8
commit 7742fc8a38

View File

@@ -82,8 +82,7 @@ static SL_cmd commands[] = {
{ "ext_keytab", ext_keytab, "ext_keytab principal..."},
{ "get_entry", get_entry, "get_entry principal"},
{ "rename", rename_entry, "rename source target"},
{ "get_privileges", get_privs, "show maximum privileges" },
{ "privileges" },
{ "privileges", get_privs, "show privileges" },
{ "list_principals",list_princs, "list principals matching expression" },
{ "help", help, "help"},
{ "?"},