Author: jamessan
Date: 2008-12-03 21:02:13 +0000 (Wed, 03 Dec 2008)
New Revision: 1751
Modified:
trunk/debian/changelog
trunk/scripts/debcheckout.pl
Log:
debcheckout: Use B<> and I<> to denote the different options sections instead
of =head2/=head3 since the latter cause pod2usage not to display any options
when running debcheckout -h.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-12-03 14:55:35 UTC (rev 1750)
+++ trunk/debian/changelog 2008-12-03 21:02:13 UTC (rev 1751)
@@ -27,6 +27,11 @@
* dget: Fix misspelt wget option (should be --no-cache instead of
--no-chache)
(Closes: #507672)
+ [ James Vega ]
+ * debcheckout: Use B<> and I<> to denote the different options sections
+ instead of =head2/=head3 since the latter cause pod2usage not to display
+ any options when running debcheckout -h.
+
-- Patrick Schoenfeld <[EMAIL PROTECTED]> Wed, 03 Dec 2008 15:54:07 +0100
devscripts (2.10.41) unstable; urgency=low
Modified: trunk/scripts/debcheckout.pl
===================================================================
--- trunk/scripts/debcheckout.pl 2008-12-03 14:55:35 UTC (rev 1750)
+++ trunk/scripts/debcheckout.pl 2008-12-03 21:02:13 UTC (rev 1751)
@@ -66,7 +66,7 @@
=head1 OPTIONS
-=head2 GENERAL OPTIONS
+B<GENERAL OPTIONS>
=over
@@ -121,9 +121,9 @@
=back
-=head2 VCS-SPECIFIC OPTIONS
+B<VCS-SPECIFIC OPTIONS>
-=head3 GIT-SPECIFIC OPTIONS
+I<GIT-SPECIFIC OPTIONS>
=over
--
To unsubscribe, send mail to [EMAIL PROTECTED]