`-h' is host, not help

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5666 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-21 14:02:26 +00:00
parent dec4f09075
commit 2f950801d9

View File

@@ -124,7 +124,7 @@ struct getargs args[] = {
{ NULL, 'r', arg_flag, &r_flag, "rlogin protocol" },
#endif
{ "version", 0, arg_flag, &version_flag },
{ "help", 'h', arg_flag,&help_flag, }
{ "help", 0, arg_flag,&help_flag, }
};
int nargs = sizeof(args) / sizeof(args[0]);