diff options
Diffstat (limited to 'usr.sbin/ldomctl/ldomctl.c')
-rw-r--r-- | usr.sbin/ldomctl/ldomctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldomctl/ldomctl.c b/usr.sbin/ldomctl/ldomctl.c index 3c81a3f8b83..be9fbd3f23d 100644 --- a/usr.sbin/ldomctl/ldomctl.c +++ b/usr.sbin/ldomctl/ldomctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldomctl.c,v 1.35 2020/01/16 14:55:19 kn Exp $ */ +/* $OpenBSD: ldomctl.c,v 1.36 2020/01/17 10:50:20 kn Exp $ */ /* * Copyright (c) 2012 Mark Kettenis @@ -131,7 +131,7 @@ usage(void) "\t%1$s dump|list|list-io\n" "\t%1$s init-system [-n] file\n" "\t%1$s create-vdisk -s size file\n" - "\t%1$s start [-c] [domain]\n" + "\t%1$s start [-c] domain\n" "\t%1$s console|panic|status|stop [domain]\n", getprogname()); |