diff options
author | Martin Smith <msmith@trolltech.com> | 2010-01-08 11:58:18 (GMT) |
---|---|---|
committer | Jesper Thomschutz <jesper.thomschutz@nokia.com> | 2010-01-13 09:43:18 (GMT) |
commit | 6649a1f1340a6e3bf6fcc61e641add504797d77a (patch) | |
tree | 5755daea561bcac4f4e7a46319963cc353e3e44d | |
parent | 57e5efffc994509c0c92b2f6a466889127c14b98 (diff) | |
download | Qt-6649a1f1340a6e3bf6fcc61e641add504797d77a.zip Qt-6649a1f1340a6e3bf6fcc61e641add504797d77a.tar.gz Qt-6649a1f1340a6e3bf6fcc61e641add504797d77a.tar.bz2 |
doc: Fixed typos.
Task-number: QTBUG-6607
(cherry picked from commit 8894467656973bd311bcc5822a38bdd0e171da51)
-rw-r--r-- | doc/src/development/rcc.qdoc | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/src/development/rcc.qdoc b/doc/src/development/rcc.qdoc index 162e65b..4c2e0c6 100644 --- a/doc/src/development/rcc.qdoc +++ b/doc/src/development/rcc.qdoc @@ -57,10 +57,9 @@ \table \header \o Option \o Argument \o Description - \row \o \c{-o} \o \c{file} \o Writes output to \c{file} rather than - stdout. + \row \o \c{-o} \o \c{file} \o Write output to \c{file} rather than to stdout. - \row \o \c{-name} \o \c{name} \o Creates an external initialization + \row \o \c{-name} \o \c{name} \o Create an external initialization function with \c{name}. \row \o \c{-threshold} \o \c{level} \o Specifies a threshold \c{level} (in @@ -71,7 +70,7 @@ threshold level is 70 bytes. \row \o \c{-compress} \o \c{level} \o Compress input files to the given - compression \{level}, which is an + compression \c{level}, which is an integer in the range 1 to 9. Level 1 does the least compression but is fastest. Level 9 does the most @@ -84,13 +83,13 @@ \row \o \c{-root} \o \c{path} \o Prefix the resource access path with \c{path}. The default is no prefix. - \row \o \c{-no-compress} \o \o Disables all compression. + \row \o \c{-no-compress} \o \o Disable compression. - \row \o \c{-binary} \o \o Outputs a binary file for use as a dynamic resource. + \row \o \c{-binary} \o \o Output a binary file for use as a dynamic resource. - \row \o \c{-version} \o \o Displays version information. + \row \o \c{-version} \o \o Display version information. - \row \o \c{-help} \o \o Displays usage information. + \row \o \c{-help} \o \o Display usage information. \endtable |