From: Giuseppe Mazzotta Date: Fri, 17 Apr 2015 15:36:34 +0000 (+0200) Subject: libxl: document foreground '-F' option of create command X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3387 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=940d148dfc3c50c0aa4f5914ba1641fa4afc7223;p=xen.git libxl: document foreground '-F' option of create command Signed-off-by: Giuseppe Mazzotta Acked-by: Ian Campbell --- diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtable.c index 9284887c3b..7f4759bf92 100644 --- a/tools/libxl/xl_cmdtable.c +++ b/tools/libxl/xl_cmdtable.c @@ -30,6 +30,7 @@ struct cmd_spec cmd_table[] = { "-n, --dryrun Dry run - prints the resulting configuration\n" " (deprecated in favour of global -N option).\n" "-d Enable debug messages.\n" + "-F Run in foreground until death of the domain.\n" "-e Do not wait in the background for the death of the domain.\n" "-V, --vncviewer Connect to the VNC display after the domain is created.\n" "-A, --vncviewer-autopass\n"