Add missing %s printf escape to the group_plugin, iolog_dir and
iolog_file descriptions.
This commit is contained in:
@@ -328,15 +328,15 @@ struct sudo_defs_types sudo_defs_table[] = {
|
|||||||
NULL,
|
NULL,
|
||||||
}, {
|
}, {
|
||||||
"group_plugin", T_STR,
|
"group_plugin", T_STR,
|
||||||
N_("Plugin for non-Unix group support"),
|
N_("Plugin for non-Unix group support: %s"),
|
||||||
NULL,
|
NULL,
|
||||||
}, {
|
}, {
|
||||||
"iolog_dir", T_STR|T_PATH,
|
"iolog_dir", T_STR|T_PATH,
|
||||||
N_("Directory in which to store input/output logs"),
|
N_("Directory in which to store input/output logs: %s"),
|
||||||
NULL,
|
NULL,
|
||||||
}, {
|
}, {
|
||||||
"iolog_file", T_STR,
|
"iolog_file", T_STR,
|
||||||
N_("File in which to store the input/output log"),
|
N_("File in which to store the input/output log: %s"),
|
||||||
NULL,
|
NULL,
|
||||||
}, {
|
}, {
|
||||||
"set_utmp", T_FLAG,
|
"set_utmp", T_FLAG,
|
||||||
|
@@ -243,13 +243,13 @@ use_pty
|
|||||||
"Always run commands in a pseudo-tty"
|
"Always run commands in a pseudo-tty"
|
||||||
group_plugin
|
group_plugin
|
||||||
T_STR
|
T_STR
|
||||||
"Plugin for non-Unix group support"
|
"Plugin for non-Unix group support: %s"
|
||||||
iolog_dir
|
iolog_dir
|
||||||
T_STR|T_PATH
|
T_STR|T_PATH
|
||||||
"Directory in which to store input/output logs"
|
"Directory in which to store input/output logs: %s"
|
||||||
iolog_file
|
iolog_file
|
||||||
T_STR
|
T_STR
|
||||||
"File in which to store the input/output log"
|
"File in which to store the input/output log: %s"
|
||||||
set_utmp
|
set_utmp
|
||||||
T_FLAG
|
T_FLAG
|
||||||
"Add an entry to the utmp/utmpx file when allocating a pty"
|
"Add an entry to the utmp/utmpx file when allocating a pty"
|
||||||
|
Reference in New Issue
Block a user