Add usage string to `privileges'.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4495 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1998-03-01 03:31:44 +00:00
parent ce59b363ff
commit dc670767e5

View File

@@ -91,7 +91,7 @@ static SL_cmd commands[] = {
{ "get_entry", get_entry, "get_entry principal"},
{ "rename", rename_entry, "rename source target"},
{ "modify", mod_entry, "modify principal" },
{ "privileges", get_privs},
{ "privileges", get_privs, "privileges" },
{ "list_principals",list_princs, "list expression..." },
{ "help", help, "help"},
{ "?"},