updated usage for bin/rocco

This commit is contained in:
jdp 2010-03-16 05:27:49 -04:00
parent bf401ef38b
commit 37aeba2247

View File

@ -1,11 +1,14 @@
#!/usr/bin/env ruby
#/ Usage: rocco [-o <dir>] <file>...
#/ Usage: rocco [-l <lang>] [-c <chars>] [-o <dir>] <file>...
#/ Generate literate-programming-style documentation for Ruby source <file>s.
#/
#/ Options:
#/ -o, --output=<dir> Directory where generated HTML files are written
#/ -l, --language=<lang> The Pygments lexer to use to highlight code
#/ -c, --comment-chars=<chars>
#/ The string to recognize as a comment marker
#/ -o, --output=<dir> Directory where generated HTML files are written
#/
#/ --help Show this help message
#/ --help Show this help message
require 'optparse'