correct the help string for --server-port

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5291 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-01-30 18:16:33 +00:00
parent 212a26960e
commit dece78446f

View File

@@ -72,7 +72,7 @@ static struct getargs args[] = {
},
{
"server-port", 's', arg_integer, &server_port,
"server to contact", "host"
"server to contact", "port number"
},
{ "local", 'l', arg_flag, &local_flag, "local admin mode" },
{ "help", 'h', arg_flag, &help_flag },