Updating program description of *-hook commands.

This commit is contained in:
Daniel Baumann 2013-11-04 17:51:15 +01:00
parent fee4e8b349
commit 941f178173
4 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ def main():
prog = 'lb binary-hooks',
usage = '%(prog)s [arguments]',
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.',
formatter_class = argparse.ArgumentDefaultsHelpFormatter
)

View File

@ -28,7 +28,7 @@ def main():
prog = 'lb bootstrap-hooks',
usage = '%(prog)s [arguments]',
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.',
formatter_class = argparse.ArgumentDefaultsHelpFormatter
)

View File

@ -28,7 +28,7 @@ def main():
prog = 'lb chroot-hooks',
usage = '%(prog)s [arguments]',
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.',
formatter_class = argparse.ArgumentDefaultsHelpFormatter
)

View File

@ -28,7 +28,7 @@ def main():
prog = 'lb source-hooks',
usage = '%(prog)s [arguments]',
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.',
formatter_class = argparse.ArgumentDefaultsHelpFormatter
)