Skip to content

Commit

Permalink
Clarify buildbot --nodaemon.
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviojs committed May 6, 2012
1 parent adafff7 commit 0a88fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/buildbot/scripts/runner.py
Expand Up @@ -143,7 +143,7 @@ class RestartOptions(base.BasedirMixin, base.SubcommandOptions):
subcommandFunction = "buildbot.scripts.restart.restart"
optFlags = [
['quiet', 'q', "Don't display startup log messages"],
['nodaemon', None, "Don't daemonize"],
['nodaemon', None, "Don't daemonize (stay in foreground)"],
]
def getSynopsis(self):
return "Usage: buildbot restart [<basedir>]"
Expand All @@ -153,7 +153,7 @@ class StartOptions(base.BasedirMixin, base.SubcommandOptions):
subcommandFunction = "buildbot.scripts.start.start"
optFlags = [
['quiet', 'q', "Don't display startup log messages"],
['nodaemon', None, "Don't daemonize"],
['nodaemon', None, "Don't daemonize (stay in foreground)"],
]
def getSynopsis(self):
return "Usage: buildbot start [<basedir>]"
Expand Down

0 comments on commit 0a88fdd

Please sign in to comment.