man/build/zeus.txt in zeus-0.15.1 vs man/build/zeus.txt in zeus-0.15.2
- old
+ new
@@ -4,12 +4,12 @@
NAME
zeus - boot rails in under a second
SYNOPSIS
- zeus [--no-color] [--log FILE] [--file-change-delay TIME] COMMAND
- [ARGS]
+ zeus [--no-color] [--log FILE] [--file-change-delay TIME] [--config
+ PATH] COMMAND [ARGS]
DESCRIPTION
Zeus makes working with large codebases much less painful.
To use Zeus with Ruby on Rails 3.0+, Just run zeus start in your
@@ -57,10 +57,13 @@
Collect all file changes that happen within the specified delay
time and restart processes only after this deadline expires. The
argument must be parseable by time.ParseDuration. The default
delay is 300ms.
+ --config path
+ Read from the given JSON config file. Defaults to zeus.json.
+
BUILTIN COMMANDS
zeus start(1) zeus-start.1.html
Start a zeus server in the current directory using zeus.json
zeus init(1) zeus-init.1.html
@@ -70,6 +73,6 @@
List the commands defined by zeus.json
- April 2014 ZEUS(1)
+ September 2014 ZEUS(1)