diff --git a/bin/rocco b/bin/rocco index d09df4c..2a1254f 100755 --- a/bin/rocco +++ b/bin/rocco @@ -1,11 +1,14 @@ #!/usr/bin/env ruby -#/ Usage: rocco [-o ] ... +#/ Usage: rocco [-l ] [-c ] [-o ] ... #/ Generate literate-programming-style documentation for Ruby source s. #/ #/ Options: -#/ -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 +#/ -o, --output= Directory where generated HTML files are written #/ -#/ --help Show this help message +#/ --help Show this help message require 'optparse'