diff options
Diffstat (limited to 'components/chroot-hooks')
-rwxr-xr-x | components/chroot-hooks | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |