]> err.no Git - varnish/commitdiff
Get number of '%' signs right in param.show message for cc_command.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Aug 2007 10:41:17 +0000 (10:41 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 20 Aug 2007 10:41:17 +0000 (10:41 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1885 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_param.c

index 5d8ba53c1b3d01b2e74cdcaf9ef01cda0e97814a..e3b8676a7f4bf29c78ad23aca11d02826e94f1ac 100644 (file)
@@ -731,7 +731,7 @@ static struct parspec parspec[] = {
        { "cc_command", tweak_cc_command,
                "Command used for compiling the C source code to a "
                "dlopen(3) loadable object.\n"
-               "NB: The string must contain two %%s sequences which "
+               "NB: The string must contain two %s sequences which "
                "will be replaced by the binary and source file names "
                "respectively.\n"
                MUST_RELOAD,