From e895f1e87a57a153912c3ea1b3a41d60da31a6e9 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 6 May 2017 17:20:34 -0700 Subject: [PATCH] fix comment --- buildbot/master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/master.cfg b/buildbot/master.cfg index f3e03b1c..b17b031b 100644 --- a/buildbot/master.cfg +++ b/buildbot/master.cfg @@ -192,7 +192,7 @@ c['schedulers'].append( ForceScheduler( # incrementals won't work. # # buildargs: Adds additional flags or commands to the build.py command -# line. For example, adding '--release_build' will (in theory) switch +# line. For example, adding '--release' will (in theory) switch # the "dist-*" builders from making snapshot builds to making release # builds.