rename command to supported-mechanisms

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17870 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-07-22 14:48:58 +00:00
parent f60c032c64
commit 7b226efc09
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
/* $Id$ */
command = {
name = "supported-mechs"
name = "supported-mechanisms"
help = "Print the supported mechanisms"
}
command = {

View File

@@ -66,7 +66,7 @@ usage (int ret)
#define COL_NAME "Name"
int
supported_mechs(void *argptr, int argc, char **argv)
supported_mechanisms(void *argptr, int argc, char **argv)
{
OM_uint32 maj_stat, min_stat;
gss_OID_set mechs;