[Python-modules-commits] [txwinrm] 03/03: Add man page for wecutil

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Sat Feb 25 18:13:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository txwinrm.

commit 6b56d5717cda1835b7817beae20d7ee6259f77da
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Sat Feb 25 18:13:28 2017 +0000

    Add man page for wecutil
---
 debian/h2m/wecutil.h2m |  2 ++
 debian/man/wecutil.1   | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules           |  2 +-
 3 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/debian/h2m/wecutil.h2m b/debian/h2m/wecutil.h2m
new file mode 100644
index 0000000..a851981
--- /dev/null
+++ b/debian/h2m/wecutil.h2m
@@ -0,0 +1,2 @@
+[NAME]
+wecutil \- Subscribe to the Windows event log on a remote Microsoft Windows host
diff --git a/debian/man/wecutil.1 b/debian/man/wecutil.1
new file mode 100644
index 0000000..5dfe049
--- /dev/null
+++ b/debian/man/wecutil.1
@@ -0,0 +1,48 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH WECUTIL "1" "February 2017" "wecutil 1.2.7" "txwinrm"
+.SH NAME
+wecutil \- Subscribe to the Windows event log on a remote Microsoft Windows host
+.SH DESCRIPTION
+usage: wecutil.py [\-h] [\-\-debug] [\-\-config CONFIG] [\-\-remote REMOTE]
+.IP
+[\-\-authentication {basic,kerberos}] [\-\-username USERNAME]
+[\-\-dcip DCIP] [\-\-keytab KEYTAB] [\-\-password PASSWORD]
+[\-\-ipaddress IPADDRESS] [\-\-service SERVICE]
+[\-\-includedir INCLUDEDIR] [\-\-path PATH] [\-\-select SELECT]
+[\-\-num\-pulls NUM_PULLS]
+.SS "optional arguments:"
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.HP
+\fB\-\-debug\fR, \fB\-d\fR
+.HP
+\fB\-\-config\fR CONFIG, \fB\-c\fR CONFIG
+.TP
+\fB\-\-remote\fR REMOTE, \fB\-r\fR REMOTE
+hostname
+.HP
+\fB\-\-authentication\fR {basic,kerberos}, \fB\-a\fR {basic,kerberos}
+.HP
+\fB\-\-username\fR USERNAME, \fB\-u\fR USERNAME
+.TP
+\fB\-\-dcip\fR DCIP, \fB\-i\fR DCIP
+address of kdc
+.HP
+\fB\-\-keytab\fR KEYTAB, \fB\-k\fR KEYTAB
+.HP
+\fB\-\-password\fR PASSWORD, \fB\-p\fR PASSWORD
+.HP
+\fB\-\-ipaddress\fR IPADDRESS, \fB\-s\fR IPADDRESS
+.TP
+\fB\-\-service\fR SERVICE, \fB\-e\fR SERVICE
+http/https/wsman
+.TP
+\fB\-\-includedir\fR INCLUDEDIR
+valid includedir
+.HP
+\fB\-\-path\fR PATH, \fB\-t\fR PATH
+.HP
+\fB\-\-select\fR SELECT, \fB\-l\fR SELECT
+.HP
+\fB\-\-num\-pulls\fR NUM_PULLS, \fB\-n\fR NUM_PULLS
diff --git a/debian/rules b/debian/rules
index 0f22092..4bbe046 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,5 +19,5 @@ $(MAN_DIR)%.1 : $(BIN_DIR)%
 	help2man --output=$@ --no-info --manual=txwinrm --include=debian/h2m/$(*F).h2m --version-string=$(VER) $<
 
 .PHONY: man_pages
-man_pages: $(MAN_DIR)genkrb5conf.1 $(MAN_DIR)typeperf.1 $(MAN_DIR)winrm.1 $(MAN_DIR)winrs.1
+man_pages: $(MAN_DIR)genkrb5conf.1 $(MAN_DIR)typeperf.1 $(MAN_DIR)wecutil.1 $(MAN_DIR)winrm.1 $(MAN_DIR)winrs.1
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/txwinrm.git



More information about the Python-modules-commits mailing list