From 37aeba2247c675bc2072c0387276b495e64d1603 Mon Sep 17 00:00:00 2001 From: jdp Date: Tue, 16 Mar 2010 05:27:49 -0400 Subject: [PATCH] updated usage for bin/rocco --- bin/rocco | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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'