diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-02-24 13:14:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-02-24 13:14:10 +0000 |
commit | f5c03b67fa68d01bc53000d52c0837d7f8eee17f (patch) | |
tree | 9160e78066a7ef061037b38ad41b9edabb6cfa76 /usr.sbin/vmctl/vmctl.8 | |
parent | e5d5fb951c8ac348e3e4f2ff10c0867113a39e5e (diff) |
sort;
Diffstat (limited to 'usr.sbin/vmctl/vmctl.8')
-rw-r--r-- | usr.sbin/vmctl/vmctl.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8 index 5639b97dbdb..7178ca9f468 100644 --- a/usr.sbin/vmctl/vmctl.8 +++ b/usr.sbin/vmctl/vmctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmctl.8,v 1.38 2018/02/24 10:39:35 phessler Exp $ +.\" $OpenBSD: vmctl.8,v 1.39 2018/02/24 13:14:09 jmc Exp $ .\" .\" Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org> .\" @@ -81,6 +81,10 @@ Reset and terminate all VMs. Send a VM with the specified .Ar id to standard output and terminate it. +.It Cm show Op Ar id +An alias for the +.Cm status +command. .It Xo Cm start Ar name .Op Fl cL .Op Fl b Ar path @@ -143,10 +147,6 @@ with '.', '-' or '_'. .It Cm status Op Ar id Lists VMs running on the host, optionally listing just the selected VM .Ar id . -.It Cm show Op Ar id -An alias for the -.Cm status -command. .It Cm stop Ar id Stops (terminates) a VM defined by the specified VM .Ar id . |