Updating descriptions in python stubs.
This commit is contained in:
parent
75df65480f
commit
49b6f1efb2
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue