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