Please see the attached diff for updated man pages:
diff -ur debian.orig/drone.1 debian/drone.1 --- debian.orig/drone.1 2018-01-21 08:14:10.000000000 +0100 +++ debian/drone.1 2019-09-26 23:45:07.384452742 +0200 @@ -4,18 +4,29 @@ \- Starts server component of Ostinato. .SH SYNOPSIS .B drone +.RI [-dhv] +.RI [-p\ <port-number>] .SH DESCRIPTION .PP Drone starts server component of Ostinato. Drone should be start with either sudo or root or setuid privilege. .PP -.SH USAGE -drone .SH OPTIONS -Drone has no options. +.TP +.B \-d +Show Debug Logs +.TP +.B \-h +Help - show command line usage syntax +.TP +.B \-p <port-number> +Listen on specified port +.TP +.B \-v +Show version .SH SEE ALSO -Website: <https://code.google.com/p/ostinato> +Website: <https://ostinato.org/> .PP This manual page was written by Kartik Mistry <kartik.mis...@gmail.com>, for the Debian project (but may be used by others). diff -ur debian.orig/ostinato.1 debian/ostinato.1 --- debian.orig/ostinato.1 2018-01-21 08:14:10.000000000 +0100 +++ debian/ostinato.1 2019-09-27 00:10:27.799044434 +0200 @@ -4,19 +4,35 @@ \- Starts a Ostinato client. .SH SYNOPSIS .B ostinato +.RI [-cdhv] +.RI [<session-file>] .SH DESCRIPTION .PP ostinato starts Ostinato client. .PP -.SH USAGE -ostinato .SH OPTIONS -ostinato has no options. +.TP +.B \-c +Controller only +\- don't start local Drone and the corresponding 127.0.0.1 portgroup +.TP +.B \-d +Show Debug Logs +.TP +.B \-h +Help - show command line usage syntax +.TP +.B \-v +Show version +.SH ARGUMENTS +.TP +.B session-file +Open the session file at startup .SH SEE ALSO \fBdrone\fP(1) .TP -Website: <https://code.google.com/p/ostinato> +Website: <https://ostinato.org/> .PP This manual page was written by Kartik Mistry <kartik.mis...@gmail.com>, for the Debian project (but may be used by others).