[DRE-commits] [SCM] rake.git branch, master, updated. upstream/0.9.2.2-24-g9310f8f

Antonio Terceiro terceiro at debian.org
Sun Nov 20 18:21:55 UTC 2011


The following commit has been merged in the master branch:
commit f09c346cd4de119226cd6993b5706c81dc7c0428
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Nov 20 15:32:56 2011 -0200

    Properly escape minus signs in manpage

diff --git a/debian/rake.1 b/debian/rake.1
index aa9ef67..ff5b15c 100644
--- a/debian/rake.1
+++ b/debian/rake.1
@@ -17,46 +17,46 @@ A short usage summary.
 
 .SH OPTIONS
 .TP
-.BR  -n,--dry-run
+.BR  \-n,\-\-dry\-run
       Do a dry run without executing actions.
 .TP
-.BR  -H,--help
+.BR  \-H,\-\-help
       Display this help message.
 .TP
-.BR  -I,--libdir=LIBDIR
+.BR  \-I,\-\-libdir=LIBDIR
       Include LIBDIR in the search path for required modules.
 .TP
-.BR  -N--nosearch
+.BR  \-N\-\-nosearch
       Do not search parent directories for the Rakefile.
 .TP
-.BR  -P,--prereqs
+.BR  \-P,\-\-prereqs
       Display the tasks and dependencies, then exit.
 .TP
-.BR  -q,--quiet
+.BR  \-q,\-\-quiet
       Do not log messages to standard output
 .TP
-.BR  -f,--rakefile=FILE     
+.BR  \-f,\-\-rakefile=FILE     
       Use FILE as the rakefile.
 .TP
-.BR  -r,--require=MODULE    
+.BR  \-r,\-\-require=MODULE    
       Require MODULE before executing rakefile.
 .TP
-.BR  -s,--silent            
-      Like --quiet, but also suppresses the 'in directory' announcement.
+.BR  \-s,\-\-silent            
+      Like \-\-quiet, but also suppresses the 'in directory' announcement.
 .TP
-.BR  -T,--tasks             
+.BR  \-T,\-\-tasks             
       Display the tasks and dependencies, then exit.
 .TP
-.BR  -t,--trace              
+.BR  \-t,\-\-trace              
       Turn on invoke/execute tracing, enable full backtrace.
 .TP
-.BR  -h,--usage              
+.BR  \-h,\-\-usage              
       Display usage.
 .TP
-.BR  -v,--verbose            
+.BR  \-v,\-\-verbose            
       Log message to standard output (default).
 .TP
-.BR  -V,--version           
+.BR  \-V,\-\-version           
       Display the program version.
 
 .\".SH "RETURN VALUE"

-- 
rake.git



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