telnetd: Make --help output reproducible.

* telnetd/telnetd.c (argp_options): Don't use PATH_LOGIN.
This commit is contained in:
Simon Josefsson
2024-05-12 11:59:04 +02:00
parent 71226a79c9
commit 9a3da0007d

View File

@@ -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,