Add missing %s printf escape to the group_plugin, iolog_dir and

iolog_file descriptions.
This commit is contained in:
Todd C. Miller
2011-12-20 08:38:47 -05:00
parent 1f97735fbb
commit 91839036db
2 changed files with 6 additions and 6 deletions

View File

@@ -328,15 +328,15 @@ struct sudo_defs_types sudo_defs_table[] = {
NULL,
}, {
"group_plugin", T_STR,
N_("Plugin for non-Unix group support"),
N_("Plugin for non-Unix group support: %s"),
NULL,
}, {
"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,
}, {
"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,
}, {
"set_utmp", T_FLAG,