[DRE-commits] r5346 - trunk/libhaml-ruby/debian

Deepak Tripathi deepak-guest at alioth.debian.org
Sun May 16 11:46:27 UTC 2010


Author: deepak-guest
Date: 2010-05-16 11:46:26 +0000 (Sun, 16 May 2010)
New Revision: 5346

Modified:
   trunk/libhaml-ruby/debian/haml.1
Log:
removed hypen warning from man page

Modified: trunk/libhaml-ruby/debian/haml.1
===================================================================
--- trunk/libhaml-ruby/debian/haml.1	2010-05-16 11:45:35 UTC (rev 5345)
+++ trunk/libhaml-ruby/debian/haml.1	2010-05-16 11:46:26 UTC (rev 5346)
@@ -1,6 +1,6 @@
 .TH haml 1 "December 18, 2008"
 .SH NAME
-haml - Translates Haml markup into its HTML equivalent
+haml \- Translates Haml markup into its HTML equivalent
 .SH SYNOPSIS
 .B haml
 [options] [INPUT] [OUTPUT]
@@ -9,43 +9,43 @@
 result to the specified file. 
 .SH OPTIONS
 .TP 8
-.B \--rails RAILS_DIR
+.B \-\-rails RAILS_DIR
 Install Haml and Sass to a Rails project
 .TP 8
-.B \-c, --check
+.B \-c, \-\-check
 Just check syntax, don't evaluate.
 .TP 8
-.B \-s, --stdin                      
+.B \-s, \-\-stdin                      
 Read input from standard input instead of an input file
 .TP 8
-.B \--trace                      
+.B \-\-trace                      
 Show a full traceback on error
 .TP 8
-.B \-t, --style NAME                 
+.B \-t, \-\-style NAME                 
 Output style. Can be indented (default) or ugly.
 .TP 8
-.B \-f, --format NAME                
+.B \-f, \-\-format NAME                
 Output format. Can be xhtml (default), html4, or html5.
 .TP 8
-.B \-e, --escape-html                
+.B \-e, \-\-escape-html                
 Escape HTML characters (like ampersands and angle brackets) by default.
 .TP 8
-.B \-r, --require FILE               
+.B \-r, \-\-require FILE               
 Same as 'ruby -r'.
 .TP 8
-.B \-I, --load-path PATH             
-Same as 'ruby -I'.
+.B \-I, \-\-load-path PATH             
+Same as 'ruby \-I'.
 .TP 8
-.B \--debug                      
+.B \-\-debug                      
 Print out the precompiled Ruby source.
 .TP 8
-.B \-?, -h, --help                   
+.B \-?, \-h, \-\-help                   
 Show a usage summary
 .TP 8
-.B \-v, --version                    
+.B \-v, \-\-version                    
 Print version
 .SH SEE ALSO
-This program is shipped as part of the libhaml-ruby1.8 library
+This program is shipped as part of the libhaml\-ruby1.8 library
 package, you can check its corresponding documentation can be found in
 the libhaml-ruby-doc package.
 .SH AUTHOR




More information about the Pkg-ruby-extras-commits mailing list