fix comment

This commit is contained in:
Robin Dunn
2017-05-06 17:20:34 -07:00
parent c3e3bfe66e
commit e895f1e87a

View File

@@ -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.