add "del" alias for delete

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10458 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2001-08-10 08:06:13 +00:00
parent 49c4b89cbe
commit a93665b3fd

View File

@@ -118,6 +118,7 @@ static SL_cmd commands[] = {
"Deletes all principals matching the expressions." "Deletes all principals matching the expressions."
}, },
{ "del_entry" }, { "del_entry" },
{ "del" },
{ {
"del_enctype", del_enctype, "del_enctype principal enctype...", "del_enctype", del_enctype, "del_enctype principal enctype...",
"Delete all the mentioned enctypes for principal." "Delete all the mentioned enctypes for principal."