[DRE-commits] [SCM] ruby-cutest.git branch, master, updated. upstream/1.2.0-28-gb104fc3

Praveen Arimbrathodiyil praveen at debian.org
Sat Nov 3 11:34:24 UTC 2012


The following commit has been merged in the master branch:
commit 174ec8b0b36c810db2509ebb5df9ba125adeec0b
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Nov 2 22:47:49 2012 +0530

    update formatting of manpage

diff --git a/debian/cutest.1.pod b/debian/cutest.1.pod
index e56ea86..0efd7bf 100644
--- a/debian/cutest.1.pod
+++ b/debian/cutest.1.pod
@@ -1,24 +1,24 @@
 =head1 NAME
 
-cutest - cutest allows running tests in separate processes
+cutest - run tests in separate processes
 
 =head1 SYNOPSIS
 
-cutest [OPTION]... [FILE]...
+B<cutest> [I<OPTION>]... [I<FILE>]...
 
 =head1 DESCRIPTION
 
 B<cutest> run tests in separate processes to avoid shared state.
 
--r	required libraries or helpers
+B<-r>	required libraries or helpers
 
--v 	version
+B<-v>	version
 
 =head1 USAGE
 
 EXAMPLES:
 
-$ cutest -r test/helper.rb test/*_test.rb
+B<cutest -r test/helper.rb test/*_test.rb>
 
 =head1 AUTHORS
 

-- 
ruby-cutest.git



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