Add -m option to allow multiple commands on command line

This commit is contained in:
Miroslav Lichvar
2010-10-04 15:48:09 +02:00
parent fd3702f973
commit 16676ae726
3 changed files with 31 additions and 12 deletions

View File

@@ -38,6 +38,10 @@ resolve hostnames only to IPv4 addresses
\fB\-6\fR
resolve hostnames only to IPv6 addresses
.TP
\fB\-m\fR
allow multiple commands to be specified on the command line. Each argument
will be interpreted as a whole command.
.TP
\fIcommand\fR
specify command. If no command is given, chronyc will read commands
interactively.