summaryrefslogtreecommitdiff
path: root/components/bootstrap-hooks
diff options
context:
space:
mode:
Diffstat (limited to 'components/bootstrap-hooks')
-rwxr-xr-xcomponents/bootstrap-hooks2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/bootstrap-hooks b/components/bootstrap-hooks
index 4fd72404a..507f5145e 100755
--- a/components/bootstrap-hooks
+++ b/components/bootstrap-hooks
@@ -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
)