Fix type of name-type. From Andy Polyakov.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22276 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -60,7 +60,7 @@ struct getargs args[] = {
|
||||
"encryption type to use", "enctype"},
|
||||
{ "impersonate", 0, arg_string, &impersonate_str,
|
||||
"client to impersonate", "principal"},
|
||||
{ "name-type", 0, arg_flag, &nametype_str },
|
||||
{ "name-type", 0, arg_string, &nametype_str },
|
||||
{ "version", 0, arg_flag, &version_flag },
|
||||
{ "help", 0, arg_flag, &help_flag }
|
||||
};
|
||||
|
Reference in New Issue
Block a user