]> www.vanbest.org Git - motioneye-debian/commitdiff
Added manpage for meyectl
authorJan-Pascal van Best <janpascal@vanbest.org>
Sat, 23 Jun 2018 14:32:53 +0000 (16:32 +0200)
committerJan-Pascal van Best <janpascal@vanbest.org>
Sat, 23 Jun 2018 14:32:53 +0000 (16:32 +0200)
debian/manpages [new file with mode: 0644]
debian/meyectl.8 [new file with mode: 0644]

diff --git a/debian/manpages b/debian/manpages
new file mode 100644 (file)
index 0000000..e99455f
--- /dev/null
@@ -0,0 +1 @@
+debian/meyectl.8
diff --git a/debian/meyectl.8 b/debian/meyectl.8
new file mode 100644 (file)
index 0000000..ee7d38f
--- /dev/null
@@ -0,0 +1,53 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.4.
+.TH MEYECTL "8" "June 2018" "meyectl" "System Administration Utilities"
+.SH NAME
+meyectl \- control program for motioneye
+.SH DESCRIPTION
+.PP
+usage: meyectl [command] [\-c CONFIG_FILE] [\-d] [\-h] [\-l] [\-v] [command options...]
+.SS "available commands:"
+.TP
+\fBstartserver\fR
+start the motioneye server
+.TP
+\fBstopserver\fR
+stop the motioneye server
+.TP
+\fBsendmail\fR
+internal command to send an email message when motion is detected
+.TP
+\fBwebhook\fR
+internal command to call a web hook when motion is detected
+.TP
+\fBshell\fR
+start a Python shell in the motioneye environment
+.SS "optional arguments:"
+.TP
+\fB\-c\fR CONFIG_FILE
+use a config file instead of built\-in defaults
+.TP
+\fB\-d\fR
+enable debugging, overriding log level from config file
+.TP
+\fB\-h\fR
+print help and exit
+.TP
+\fB\-l\fR
+log to file instead of standard error
+.TP
+\fB\-v\fR
+print program version and exit
+.SS "optional arguments for the startserver command:"
+.TP
+\fB\-b\fR
+start the server in background (daemonize)
+.SS "positional arguments for the webhook command:"
+.TP
+\fBmethod\fR
+the HTTP method to use
+.TP
+\fBurl\fR
+the URL for the request
+
+.PP
+type "meyectl [command] \fB\-h\fR" for help on a specific command