Updating descriptions in python stubs.

This commit is contained in:
Daniel Baumann 2013-10-17 14:59:08 +02:00
parent 75df65480f
commit 49b6f1efb2
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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