--- /dev/null
+.\" 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