lib/bakery/options/options.rb in bake-toolkit-2.54.2 vs lib/bakery/options/options.rb in bake-toolkit-2.54.3

- old
+ new

@@ -33,10 +33,10 @@ def usage puts "\nUsage: bake <name> [options]" puts " [-b] <name> Name of the collection to build." puts " -m <dir> Directory containing the collection file (default is current directory)." puts " -r Stop on first error." - puts " -a <scheme> Use ansi color sequences (console must support it). Possible values are 'white' and 'black'." + puts " -a <scheme> Use ansi color sequences (console must support it). Possible values are 'white', 'black' and 'none' (default)." puts " -h, --help Print this help." puts " -w <root>[,<depth>] Add a workspace root (can be used multiple times). Additionally the search depth can be specified (>=0)." puts " If no root is specified, the parent directory of Collection.meta is added automatically." puts " --socket <num> Set socket for sending errors, receiving commands, etc. - used by e.g. Eclipse." puts "Note: all parameters except -b, -m and -h will be passed to bake - see bake help for more options."