summaryrefslogtreecommitdiff
path: root/components/source-hooks
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-11-04 17:51:15 +0100
committerDaniel Baumann <mail@daniel-baumann.ch>2013-11-04 17:51:38 +0100
commit941f178173ab5b2a1953a80f052dedda27658d17 (patch)
tree3728131a8710a96a5474bb518a2d5b697513a6fd /components/source-hooks
parentfee4e8b349cf7c126834df63548683a5814a4c74 (diff)
downloadvyos-live-build-941f178173ab5b2a1953a80f052dedda27658d17.tar.gz
vyos-live-build-941f178173ab5b2a1953a80f052dedda27658d17.zip
Updating program description of *-hook commands.
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
)