diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-05-04 07:51:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-05-04 07:51:22 +0000 |
commit | ee6458df01cbc6b9b32d1c5567778677a242750b (patch) | |
tree | 8a29282c432d81155e0a86983c028903375b4ad9 | |
parent | 80d5633a1fdad786ac7c58cf863eddf2ede0245a (diff) |
add -r to "show" command; ok mlarkin
-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 607816cc51b..e76460bcd6a 100644 --- a/usr.sbin/vmctl/vmctl.8 +++ b/usr.sbin/vmctl/vmctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmctl.8,v 1.77 2024/05/02 15:46:10 mlarkin Exp $ +.\" $OpenBSD: vmctl.8,v 1.78 2024/05/04 07:51:21 jmc Exp $ .\" .\" Copyright (c) 2015-2024 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: May 2 2024 $ +.Dd $Mdocdate: May 4 2024 $ .Dt VMCTL 8 .Os .Sh NAME @@ -143,7 +143,7 @@ not the disk image. In order to move a VM from one host to another, disk files must be synced between the send and the receive processes and must be located under the same path. -.It Cm show Op Ar id +.It Cm show Oo Fl r Oc Op Ar id An alias for the .Cm status command. |