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