diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-07-09 04:55:10 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:36 +0100 |
commit | 6e64be0c82ff648faae2bb09e3c28a4c9aa9b478 (patch) | |
tree | 3db35c749908b5c2a5b369a703bf45b14a434d65 | |
parent | c907da2ad14e7bc44091419378be8625e0b18155 (diff) | |
download | vyos-live-build-6e64be0c82ff648faae2bb09e3c28a4c9aa9b478.tar.gz vyos-live-build-6e64be0c82ff648faae2bb09e3c28a4c9aa9b478.zip |
Fix formatting error with --ignore-system-defaults in "lh_config --help"
-rwxr-xr-x | helpers/lh_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_config b/helpers/lh_config index fc3a0770e..5cbaa59a1 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -64,7 +64,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--grub-splash FILE]\n\ \t [--hooks FILE]\n\ \t [--hostname NAME]\n\ -\t [--ignore-system-defaults]\n +\t [--ignore-system-defaults]\n\ \t [--includes PATH]\n\ \t [--initramfs auto|live-initramfs|casper]\n\ \t [--interactive shell]\n\ |