From 2bd526df23054290a1c42e84baba052bee073780 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 15 Jul 2010 09:28:10 +0200 Subject: [PATCH] Document how multiple nameservers should be delimited --- bin/xen-create-image | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index 22b552e..1f9c2c6 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -234,9 +234,9 @@ xen-create-image - Easily create new Xen instances with networking and OpenSSH. --broadcast=123.456.789.ABC Setup the broadcast address for the new instance. - --nameserver=123.456.789.ABC - Setup the nameserver of the machine, multiple nameservers - are allowed. + --nameserver="123.456.789.ABC 123.456.789.DEF" + Setup the nameserver of the machine, multiple space + separated nameservers are allowed. --bridge=brname Optionally, set a specific bridge for the new instance.