[DRE-commits] [SCM] ruby-thor.git branch, master, updated. debian/0.15.3-1-22-gf4854b6

Christian Hofstaedtler christian at hofstaedtler.name
Tue May 7 20:51:59 UTC 2013


The following commit has been merged in the master branch:
commit f4854b685aa074e7dcfe64d10b3cf6fb9b6bc753
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Tue May 7 22:51:38 2013 +0200

    Use italics for placeholders in man page

diff --git a/debian/thor.1 b/debian/thor.1
index 5f2566f..c21ce44 100644
--- a/debian/thor.1
+++ b/debian/thor.1
@@ -3,22 +3,22 @@
 thor \- Scripting framework for command line utilities
 .SH SYNOPSIS
 .B thor
-help [task]
+help \fR[\fITASK\fR]
 
 .B thor
-install NAME
+install \fR\fINAME\fR
 
 .B thor
 installed
 
 .B thor
-list [searchterm]
+list \fR[\fISEARCHTERM\fR]
 
 .B thor
-uninstall NAME
+uninstall \fR\fINAME\fR
 
 .B thor
-update NAME
+update \fR\fINAME\fR
 
 .B thor
 version
@@ -28,22 +28,22 @@ Thor is a scripting framework designed for command line utilities.
 It is supposed to be a replacement for rake, sake and rubigen.
 .SH COMMANDS
 .TP 8
-.B help [task]
+.B help \fR[\fITASK\fR]
 Describe available tasks or the specified task
 .TP 8
-.B install NAME
+.B install \fR\fINAME\fR
 Install an optionally named Thor file into your system tasks
 .TP 8
 .B installed
 List the installed Thor modules and tasks
 .TP 8
-.B list [searchterm]
+.B list \fR[\fISEARCHTERM\fR]
 List the available thor tasks (\-\-substring means .*searchterm)
 .TP 8
-.B uninstall NAME
+.B uninstall \fR\fINAME\fR
 Uninstall a named Thor module
 .TP 8
-.B update NAME
+.B update \fR\fINAME\fR
 Update a Thor file from its original location
 .TP 8
 .B version

-- 
ruby-thor.git



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