aboutsummaryrefslogtreecommitdiffstats
path: root/pyrcc/pyside2-rcc.1
diff options
context:
space:
mode:
authorMateusz Skowroński <skowri@gmail.com>2016-04-16 23:59:21 +0200
committerThomas Karl Pietrowski <thopiekar@googlemail.com>2016-04-16 23:59:21 +0200
commit62768aba4a6938e0c65dd3aeb39d5938b5ca7c31 (patch)
tree57d4753d922bf507b39a785b0ad4bec67d6c727d /pyrcc/pyside2-rcc.1
parentcfc0276dcb1988a4001fa7deece028d63f5d5bc7 (diff)
Rename tools to show they are compatible with PySide2 and allow insta… (#4)
* Rename tools to show they are compatible with PySide2 and allow installation parallel to PySide1 tools. * Fix install target typo.
Diffstat (limited to 'pyrcc/pyside2-rcc.1')
-rw-r--r--pyrcc/pyside2-rcc.143
1 files changed, 43 insertions, 0 deletions
diff --git a/pyrcc/pyside2-rcc.1 b/pyrcc/pyside2-rcc.1
new file mode 100644
index 0000000..6c78d3b
--- /dev/null
+++ b/pyrcc/pyside2-rcc.1
@@ -0,0 +1,43 @@
+.TH PYSIDE\-RCC "1" "December 2010" "pyside2\-rcc" "User Commands"
+.SH NAME
+pyside2\-rcc \- PySide2 resource compiler
+.SH DESCRIPTION
+.SS "Usage:"
+.IP
+pyside2\-rcc [options] <inputs>
+.SS "Options:"
+.TP
+\fB\-o\fR file
+Write output to file rather than stdout
+.TP
+\fB\-py2\fR
+Generate code for any Python v2.x version (default)
+.TP
+\fB\-py3\fR
+Generate code for any Python v3.x version
+.TP
+\fB\-name\fR name
+Create an external initialization function with name
+.TP
+\fB\-threshold\fR level
+Threshold to consider compressing files
+.TP
+\fB\-compress\fR level
+Compress input files by level
+.TP
+\fB\-root\fR path
+Prefix resource access path with root path
+.TP
+\fB\-no\-compress
+Disable all compression
+.TP
+\fB\-version
+Display version
+.TP
+\fB\-help
+Display this information
+.SH COPYRIGHT
+Copyright \(co 2010 Nokia Corporation and/or its subsidiary(\fB\-ies\fR)
+.SH AUTHOR
+.PP
+This manpage was written by Marcelo Lira <marcelo@setantas.net>, on the 29. December 2010.