]> granicus.if.org Git - sudo/commitdiff
Add missing %s printf escape to the iolog_dir description.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 12 Jan 2012 20:02:08 +0000 (15:02 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 12 Jan 2012 20:02:08 +0000 (15:02 -0500)
--HG--
branch : 1.7

def_data.c
def_data.in

index 798680eddcf459a4e355725f178718ccd1f7c11a..eaa156b0d29aaee7a92665ebfd9ab2c082075771 100644 (file)
@@ -332,7 +332,7 @@ struct sudo_defs_types sudo_defs_table[] = {
        NULL,
     }, {
        "iolog_dir", T_STR|T_PATH,
-       "Directory in which to store input/output logs",
+       "Directory in which to store input/output logs: %s",
        NULL,
     }, {
        NULL, 0, NULL
index f103b6469b34c5f6593c2f5f7b125383063ab62b..e8eb097c48772a9bb0630222e7b02e9dbe704feb 100644 (file)
@@ -246,4 +246,4 @@ use_pty
        "Always run commands in a pseudo-tty"
 iolog_dir
        T_STR|T_PATH
-       "Directory in which to store input/output logs"
+       "Directory in which to store input/output logs: %s"