man/build/zeus.txt in zeus-0.12.0 vs man/build/zeus.txt in zeus-0.13.0.preview1
- old
+ new
@@ -9,17 +9,17 @@
zeus [--no-color] COMMAND [ARGS]
DESCRIPTION
Zeus makes working with large codebases much less painful.
- To use Zeus with Ruby on Rails 3.0+, Just run zeus init in your project
- directory, then run zeus start, then run zeus commands in a different
- shell to see a list of available commands.
+ To use Zeus with Ruby on Rails 3.0+, Just run zeus start in your
+ project directory. It will output a list of available commands, includ-
+ ing tasks to spawn consoles, servers, tests, and rake tasks.
See https://github.com/burke/zeus/blob/master/docs/ruby/modifying.md
- for information on modifying the boot process that Zeus uses by
- default.
+ for information on modifying the boot process that Zeus uses by default
+ and adding custom tasks.
SLIGHTLY MORE TECHNICAL DESCRIPTION
Zeus is a language-agnostic application checkpointer for non-multi-
threaded applications.
@@ -60,6 +60,6 @@
List the commands defined by zeus.json
- September 2012 ZEUS(1)
+ December 2012 ZEUS(1)