From 650c8d51f6a31d63d582d31f352b2c5e23644162 Mon Sep 17 00:00:00 2001 From: Dmitry Nedospasov Date: Fri, 24 Sep 2010 19:59:45 +0200 Subject: [PATCH] Alphabetical order --- bin/xen-create-nfs | 2 +- bin/xen-delete-image | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/xen-create-nfs b/bin/xen-create-nfs index b68a60c..1e226e6 100755 --- a/bin/xen-create-nfs +++ b/bin/xen-create-nfs @@ -19,9 +19,9 @@ xen-create-nfs - Create a Xen configuration file for an NFS-root guest. --dhcp Configure the guest to use DHCP for IP allocation. --gateway The gateway address to use when configured with a static IP. --hostname The hostname to configure for the guest. + --ip The IP address to use when configured with a static IP. --netmask The netmask to use when configured with a static IP. --nameserver The nameserver to use when configured with a static IP. - --ip The IP address to use when configured with a static IP. General options: --admins Specify which users should be setup as xen-shell admins. diff --git a/bin/xen-delete-image b/bin/xen-delete-image index 3d3c85a..3f88bbf 100755 --- a/bin/xen-delete-image +++ b/bin/xen-delete-image @@ -16,8 +16,8 @@ xen-delete-image - Delete previously created Xen instances. General options: --dir Specify the output directory where images were previously saved. - --lvm Specify the LVM volume to use. --evms Specify the EVMS container to use. + --lvm Specify the LVM volume to use. Specifying hosts: --hostname Specify the image name to delete.