diff options
author | Martijn van Duren <martijn@cvs.openbsd.org> | 2016-10-13 19:43:45 +0000 |
---|---|---|
committer | Martijn van Duren <martijn@cvs.openbsd.org> | 2016-10-13 19:43:45 +0000 |
commit | 1500acc9a744ba45989cf79501ac21af96caf225 (patch) | |
tree | e5dfd15833cf1ced9b6c6d91d4507c3f014072b0 /usr.sbin/vmctl | |
parent | 513d7f0912b4e2a9bd2e7b91ac37647b7a433a59 (diff) |
The name argument is of the start command is not optional.
OK mlarkin@
Diffstat (limited to 'usr.sbin/vmctl')
-rw-r--r-- | usr.sbin/vmctl/vmctl.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8 index d5beb36b4a8..4dd26b12f62 100644 --- a/usr.sbin/vmctl/vmctl.8 +++ b/usr.sbin/vmctl/vmctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmctl.8,v 1.16 2016/10/12 19:10:03 reyk Exp $ +.\" $OpenBSD: vmctl.8,v 1.17 2016/10/13 19:43:44 martijn Exp $ .\" .\" Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 12 2016 $ +.Dd $Mdocdate: October 13 2016 $ .Dt VMCTL 8 .Os .Sh NAME @@ -66,7 +66,7 @@ Reset the running state. Reset the configured switches. .It Cm reset vms Reset and terminate all VMs. -.It Xo Cm start Op Ar name +.It Xo Cm start Ar name .Op Fl c .Fl k Ar path .Fl m Ar size |