mirror of
https://git.savannah.gnu.org/git/inetutils.git
synced 2026-01-12 00:19:39 +08:00
telnetd: Make --help output reproducible.
* telnetd/telnetd.c (argp_options): Don't use PATH_LOGIN.
This commit is contained in:
@@ -112,7 +112,7 @@ static struct argp_option argp_options[] = {
|
||||
{"debug", 'D', "LEVEL", OPTION_ARG_OPTIONAL,
|
||||
"set debugging level", GRID},
|
||||
{"exec-login", 'E', "STRING", 0,
|
||||
"set program to be executed instead of " PATH_LOGIN, GRID},
|
||||
"set program to be executed instead of standard login(1)", GRID},
|
||||
{"no-hostinfo", 'h', NULL, 0,
|
||||
"do not print host information before login has been completed", GRID},
|
||||
{"linemode", 'l', "MODE", OPTION_ARG_OPTIONAL,
|
||||
|
||||
Reference in New Issue
Block a user