From mboxrd@z Thu Jan 1 00:00:00 1970 From: Goncalo Gomes Subject: [PATCH 6 of 6] xl: extend the help options of the create and restore commands Date: Mon, 7 May 2012 01:20:21 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xensource.com Cc: ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org Signed-off-by: Goncalo Gomes diff -r ed41714d9ce9 -r c2ed845386be tools/libxl/xl_cmdtable.c --- a/tools/libxl/xl_cmdtable.c Mon May 07 01:10:58 2012 +0000 +++ b/tools/libxl/xl_cmdtable.c Mon May 07 01:10:58 2012 +0000 @@ -30,7 +30,10 @@ 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" - "-e Do not wait in the background for the death of the domain." + "-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" + " Pass VNC password to viewer via stdin." }, { "config-update", &main_config_update, 1, @@ -147,7 +150,9 @@ struct cmd_spec cmd_table[] = { "-h Print this help.\n" "-p Do not unpause domain after restoring it.\n" "-e Do not wait in the background for the death of the domain.\n" - "-d Enable debug messages." + "-d Enable debug messages.\n" + "-V Connect to the VNC display after the domain is created.\n" + "-A Pass VNC password to viewer via stdin." }, { "migrate-receive", &main_migrate_receive, 0,