summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-10-17 14:59:08 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-10-17 14:59:08 +0200
commit49b6f1efb29732cc73a65297e5ac735bfee2ef0e (patch)
treecce0d9f68176f84c74d21127f2e9f1b8c3932730 /scripts
parent75df65480f5d86f5f2b669f39bd1c3c22f900f8b (diff)
downloadvyos-live-build-49b6f1efb29732cc73a65297e5ac735bfee2ef0e.tar.gz
vyos-live-build-49b6f1efb29732cc73a65297e5ac735bfee2ef0e.zip
Updating descriptions in python stubs.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/bootstrap_cdebootstrap6
-rwxr-xr-xscripts/build/bootstrap_debootstrap6
2 files changed, 6 insertions, 6 deletions
diff --git a/scripts/build/bootstrap_cdebootstrap b/scripts/build/bootstrap_cdebootstrap
index 6a7f68108..5c395298e 100755
--- a/scripts/build/bootstrap_cdebootstrap
+++ b/scripts/build/bootstrap_cdebootstrap
@@ -1,6 +1,6 @@
#!/usr/bin/python
-## live-build(7) - Live Systems Build Components
+## live-build(7) - Live System Build Components
## Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
@@ -29,8 +29,8 @@ def main():
arguments = argparse.ArgumentParser(
prog = 'lb bootstrap_cdebootstrap',
usage = '%(prog)s [arguments]',
- description = '''live-build contains the programs to build a live system from a configuration directory.
- The lb bootstrap_cdebootstrap program bootstraps the chroot system with cdebootstrap.''',
+ description = '''live-build contains the components to build a live system from a configuration directory.
+ The bootstrap_cdebootstrap command bootstraps the chroot system with cdebootstrap.''',
epilog = 'See \'man lb_bootstrap_cdebootstrap\' for more information.',
version = 'live-build 4',
formatter_class = argparse.ArgumentDefaultsHelpFormatter
diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap
index 57da458b3..bb871f508 100755
--- a/scripts/build/bootstrap_debootstrap
+++ b/scripts/build/bootstrap_debootstrap
@@ -1,6 +1,6 @@
#!/usr/bin/python
-## live-build(7) - Live Systems Build Components
+## live-build(7) - Live System Build Components
## Copyright (C) 2006-2013 Daniel Baumann <mail@daniel-baumann.ch>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
@@ -29,8 +29,8 @@ def main():
arguments = argparse.ArgumentParser(
prog = 'lb bootstrap_debootstrap',
usage = '%(prog)s [arguments]',
- description = '''live-build contains the programs to build a live system from a configuration directory.
- The lb bootstrap_debootstrap program bootstraps the chroot system with debootstrap.''',
+ description = '''live-build contains the components to build a live system from a configuration directory.
+ The bootstrap_debootstrap command bootstraps the chroot system with debootstrap.''',
epilog = 'See \'man lb_bootstrap_debootstrap\' for more information.',
version = 'live-build 4',
formatter_class = argparse.ArgumentDefaultsHelpFormatter