diff --git a/bin/rocco b/bin/rocco index ce40126..548b72a 100755 --- a/bin/rocco +++ b/bin/rocco @@ -3,13 +3,13 @@ #/ Generate literate-programming-style documentation for Ruby source s. #/ #/ Options: -#/ -l, --language= The Pygments lexer to use to highlight code -#/ -c, --comment-chars= -#/ The string to recognize as a comment marker -#/ -o, --output= Directory where generated HTML files are written -#/ -t, --template= The file to use as template when rendering HTML -#/ -d, --docblocks Parse Docblock @annotations in comments -#/ --help Show this help message +#/ -o, --output= Directory where generated HTML files are written +#/ -l, --language= The Pygments lexer to use to highlight code +#/ -c, --comment-chars= The string to recognize as a comment marker +#/ -t, --template= The file to use as template when rendering HTML +#/ -d, --docblocks Parse Docblock @annotations in comments +#/ -s, --stylesheet= The stylesheet to style the document +#/ -h, --help Show this help message require 'optparse' require 'fileutils'