[rebase-helper] Add man page (#1185985)

Petr Hracek phracek at fedoraproject.org
Thu Mar 5 13:44:10 UTC 2015


commit ae7ee09626bfac0ececa57845b26fa39d59b1eb1
Author: Petr Hracek <phracek at redhat.com>
Date:   Thu Mar 5 14:26:44 2015 +0100

    Add man page (#1185985)
    
    Signed-off-by: Petr Hracek <phracek at redhat.com>

 rebase-helper.1 | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)
---
diff --git a/rebase-helper.1 b/rebase-helper.1
new file mode 100644
index 0000000..97bc3db
--- /dev/null
+++ b/rebase-helper.1
@@ -0,0 +1,59 @@
+.TH REBASE-HELPER 1 2014-09-04 "" "Linux User's Manual"
+.SH NAME
+rebase-helper \- helps you to rebase package to the latest upstream version
+
+.SH SYNOPSIS
+.B rebase-helper
+[\fIOPTION\fR]... \fISOURCES\fR
+
+.SH DESCRIPTION
+\fBrebase-helper\fP is the tool which helps you to rebase package
+to the latest upstream version defined by SOURCES argument
+
+Mandatory arguments to long options are mandatory for short options too.
+.TP
+\fB\-b\fR, \fB\-\-build-only\fR
+build SRPM and RPMs
+
+.TP
+\fB\-p\fR, \fB\-\-patch-only\fR
+apply patches to new upstream version
+
+.TP
+\fB\-\-buildtool\fR=\fIBUILDTOOL\fR
+tool for building old and new sources.
+Supported [mock, rpmbuild].
+
+.TP
+\fB\-\-difftool\fR=\fIDIFFTOOL\fR
+tool for comparing old and new patched sources.
+Supported [meld].
+
+.TP
+\fB\-\-pkgcomparetool\fR=\fIPKGCOMPARETOOL\fR
+select a tool which compares both RPM packages.
+Supported [pkgdiff].
+
+.TP
+\fB\-\-outputtool\fR=\fIOUTPUTTOOL\fR
+select a tool for showing information from rebase-helper process.
+Supported [text].
+
+.TP
+\fB\-\-not\-download\-sources\fr
+suppress download sources from web
+
+.TP
+\fB\-c\fR, \fB\-\-continue\fR
+select the choice if you want to continue with rebase previously interrupted
+
+.TP
+\fB\-v\fR
+output is more verbose
+
+.TP
+\fB\-w\fR, \fB\-\-keep\-workspace\fR
+select the choice if you want to keep workspace directory after finishing
+
+.SH AUTHOR
+Written by Petr Hracek and Tomas Hozza


More information about the scm-commits mailing list