Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Mar 17, 2010
1 parent 5a055e8 commit 1b974b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.txt
@@ -1,5 +1,9 @@
= Cerberus Changelog

== Version 0.7.6

* Update usage documentation

== Version 0.7.5
New SCM and configuration options for publisher

Expand Down
2 changes: 1 addition & 1 deletion lib/cerberus/cli.rb
Expand Up @@ -66,7 +66,7 @@ def extract_options(args)
Cerberus is a lightweight command-line Continuous Integration tool for Ruby.
Usage:
cerberus add <URL> --- add project from svn repository to list watched of applications
cerberus add <URL> --- add project from a repository to list watched of applications
cerberus add <PATH> --- add project from local path to list of watched applications
cerberus remove <NAME> --- remove given project from cerberus
cerberus build <NAME> --- build watched application
Expand Down
2 changes: 1 addition & 1 deletion lib/cerberus/constants.rb
Expand Up @@ -4,5 +4,5 @@ module Cerberus

LOCK_WAIT = 30 * 60 # 30 minutes

VERSION = '0.7.5'
VERSION = '0.7.6'
end

0 comments on commit 1b974b4

Please sign in to comment.