Updating program description of *-hook commands.
This commit is contained in:
parent
fee4e8b349
commit
941f178173
|
@ -28,7 +28,7 @@ def main():
|
||||||
prog = 'lb binary-hooks',
|
prog = 'lb binary-hooks',
|
||||||
usage = '%(prog)s [arguments]',
|
usage = '%(prog)s [arguments]',
|
||||||
description = '''live-build contains the components to build a live system from a configuration directory.
|
description = '''live-build contains the components to build a live system from a configuration directory.
|
||||||
The binary-hooks command executes hooks after the binary stage.''',
|
The binary-hooks command executes hook files after the binary stage.''',
|
||||||
epilog = 'See \'man lb-binary-hooks\' for more information.',
|
epilog = 'See \'man lb-binary-hooks\' for more information.',
|
||||||
formatter_class = argparse.ArgumentDefaultsHelpFormatter
|
formatter_class = argparse.ArgumentDefaultsHelpFormatter
|
||||||
)
|
)
|
||||||
|
|
|
@ -28,7 +28,7 @@ def main():
|
||||||
prog = 'lb bootstrap-hooks',
|
prog = 'lb bootstrap-hooks',
|
||||||
usage = '%(prog)s [arguments]',
|
usage = '%(prog)s [arguments]',
|
||||||
description = '''live-build contains the components to build a live system from a configuration directory.
|
description = '''live-build contains the components to build a live system from a configuration directory.
|
||||||
The bootstrap-hooks command executes hooks after the bootstrap stage.''',
|
The bootstrap-hooks command executes hook files after the bootstrap stage.''',
|
||||||
epilog = 'See \'man lb-bootstrap-hooks\' for more information.',
|
epilog = 'See \'man lb-bootstrap-hooks\' for more information.',
|
||||||
formatter_class = argparse.ArgumentDefaultsHelpFormatter
|
formatter_class = argparse.ArgumentDefaultsHelpFormatter
|
||||||
)
|
)
|
||||||
|
|
|
@ -28,7 +28,7 @@ def main():
|
||||||
prog = 'lb chroot-hooks',
|
prog = 'lb chroot-hooks',
|
||||||
usage = '%(prog)s [arguments]',
|
usage = '%(prog)s [arguments]',
|
||||||
description = '''live-build contains the components to build a live system from a configuration directory.
|
description = '''live-build contains the components to build a live system from a configuration directory.
|
||||||
The chroot-hooks command executes hooks after the chroot stage.''',
|
The chroot-hooks command executes hook files after the chroot stage.''',
|
||||||
epilog = 'See \'man lb-chroot-hooks\' for more information.',
|
epilog = 'See \'man lb-chroot-hooks\' for more information.',
|
||||||
formatter_class = argparse.ArgumentDefaultsHelpFormatter
|
formatter_class = argparse.ArgumentDefaultsHelpFormatter
|
||||||
)
|
)
|
||||||
|
|
|
@ -28,7 +28,7 @@ def main():
|
||||||
prog = 'lb source-hooks',
|
prog = 'lb source-hooks',
|
||||||
usage = '%(prog)s [arguments]',
|
usage = '%(prog)s [arguments]',
|
||||||
description = '''live-build contains the components to build a live system from a configuration directory.
|
description = '''live-build contains the components to build a live system from a configuration directory.
|
||||||
The source-hooks command executes hooks after the source stage.''',
|
The source-hooks command executes hook files after the source stage.''',
|
||||||
epilog = 'See \'man lb-source-hooks\' for more information.',
|
epilog = 'See \'man lb-source-hooks\' for more information.',
|
||||||
formatter_class = argparse.ArgumentDefaultsHelpFormatter
|
formatter_class = argparse.ArgumentDefaultsHelpFormatter
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue