summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2015-12-31 15:07:26 +0000
committerNeil Williams <codehelp@debian.org>2015-12-31 15:07:26 +0000
commit154b5d21c749b8f5e498efbf2623de0d9f98b50e (patch)
treec323d27b700dc29d5923c0436ca644a9fe9e4b08 /bin
parented2336edae9788d39dd844b4916519c2cb68e8c8 (diff)
downloadvmdebootstrap-154b5d21c749b8f5e498efbf2623de0d9f98b50e.tar.gz
update help text for networkd change
Diffstat (limited to 'bin')
-rwxr-xr-xbin/vmdebootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/vmdebootstrap b/bin/vmdebootstrap
index d395819..ebaefde 100755
--- a/bin/vmdebootstrap
+++ b/bin/vmdebootstrap
@@ -98,7 +98,7 @@ class VmDebootstrap(cliapp.Application): # pylint: disable=too-many-public-meth
self.settings.boolean(['no-kernel'], 'do not install a linux package')
self.settings.string(['kernel-package'], 'install PACKAGE instead of '
'the default kernel package', metavar='PACKAGE')
- self.settings.boolean(['enable-dhcp'], 'enable DHCP on eth0')
+ self.settings.boolean(['enable-dhcp'], 'enable DHCP')
self.settings.string(['root-password'], 'set root password', metavar='PASSWORD')
self.settings.boolean(['lock-root-password'], 'lock root account so they '
'cannot login?')