[Python-modules-commits] r16871 - in packages/cssutils/trunk/debian/man (csscombine.manpage1)
cjsmo-guest at users.alioth.debian.org
cjsmo-guest at users.alioth.debian.org
Tue May 3 04:22:09 UTC 2011
Date: Tuesday, May 3, 2011 @ 04:21:39
Author: cjsmo-guest
Revision: 16871
added missing comma's and made @import bold
Modified:
packages/cssutils/trunk/debian/man/csscombine.manpage1
Modified: packages/cssutils/trunk/debian/man/csscombine.manpage1
===================================================================
--- packages/cssutils/trunk/debian/man/csscombine.manpage1 2011-05-03 03:54:48 UTC (rev 16870)
+++ packages/cssutils/trunk/debian/man/csscombine.manpage1 2011-05-03 04:21:39 UTC (rev 16871)
@@ -14,8 +14,9 @@
path...
.br
.SH DESCRIPTION
-.B csscombine\fR may be used to combine several sheets loaded from a main sheet
-via @import rules. Nested @import rules are resolved since cssutils 0.9.6a1.
+.B csscombine\fR may be used to combine several sheets loaded from a main
+sheet via @import rules. Nested \fB at import\fR rules are resolved since
+cssutils 0.9.6a1.
.PP
The resulting combined sheet (optionally minified) is sent to stdout, info and
error messages are handled by the normal cssutils log.
@@ -24,10 +25,10 @@
target encoding is given.
.SH OPTIONS
.TP
-.B \-h\fR \fB\-\-help\fR
+.B \-h\fR, \fB\-\-help\fR
Show help message and exit.
.TP
-.B \-m\fR \fB\-\-minify\fR
+.B \-m\fR, \fB\-\-minify\fR
Saves minified version of combined files, default is false.
.TP
.B \-s\fI SOURCEENCODING\fR, \fB\-\-sourceencoding\fR=\fISOURCEENCODING
More information about the Python-modules-commits
mailing list