1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

Improved layout.

This commit is contained in:
Gunther Brunner 2014-02-19 16:52:26 +09:00
parent 52b185e653
commit 6186c1cc87
6 changed files with 14 additions and 14 deletions

View file

@ -445,9 +445,9 @@ program
, 'provider name (or os.hostname())'
, String
, os.hostname())
.option('-w, --resources-watch'
.option('-dw, --disable-watch'
, Boolean
, process.env.RESOURCES_WATCH)
, process.env.DISABLE_WATCH)
.action(function() {
var log = logger.createLogger('cli')
, options = cliutil.lastArg(arguments)