`-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:
@@ -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]);
|
||||
|
Reference in New Issue
Block a user