diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/bootstrap_cdebootstrap | 2 | ||||
-rwxr-xr-x | scripts/build/bootstrap_debootstrap | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/bootstrap_cdebootstrap b/scripts/build/bootstrap_cdebootstrap index 2613c482a..c5e1641a0 100755 --- a/scripts/build/bootstrap_cdebootstrap +++ b/scripts/build/bootstrap_cdebootstrap @@ -31,7 +31,7 @@ def main(): description = '''live-build contains the programs to build a live system from a configuration directory. The lb bootstrap_cdebootstrap program bootstraps the chroot system with cdebootstrap.''', epilog = 'See \'man lb_bootstrap_cdebootstrap\' for more information.', - version = 'live-build 4.0', + version = 'live-build 4', formatter_class = argparse.ArgumentDefaultsHelpFormatter ) diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index 8ff6d830a..963d9db75 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -31,7 +31,7 @@ def main(): description = '''live-build contains the programs to build a live system from a configuration directory. The lb bootstrap_debootstrap program bootstraps the chroot system with debootstrap.''', epilog = 'See \'man lb_bootstrap_debootstrap\' for more information.', - version = 'live-build 4.0', + version = 'live-build 4', formatter_class = argparse.ArgumentDefaultsHelpFormatter ) |