summaryrefslogtreecommitdiff
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
parentfee4e8b349cf7c126834df63548683a5814a4c74 (diff)
downloadvyos-live-build-941f178173ab5b2a1953a80f052dedda27658d17.tar.gz
vyos-live-build-941f178173ab5b2a1953a80f052dedda27658d17.zip
Updating program description of *-hook commands.
-rwxr-xr-xcomponents/binary-hooks2
-rwxr-xr-xcomponents/bootstrap-hooks2
-rwxr-xr-xcomponents/chroot-hooks2
-rwxr-xr-xcomponents/source-hooks2
4 files changed, 4 insertions, 4 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
)
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
)
diff --git a/components/chroot-hooks b/components/chroot-hooks
index 0638bfc33..7e4c8f1fa 100755
--- a/components/chroot-hooks
+++ b/components/chroot-hooks
@@ -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
)
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
)