diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-07-09 04:55:10 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-07-09 04:55:10 +0100 |
commit | 0b38353a813e1908f1bca427dd2fd51ab7e4f087 (patch) | |
tree | 3db35c749908b5c2a5b369a703bf45b14a434d65 /helpers | |
parent | 2de339673412c84d919882faa1c1d27e263c5fab (diff) | |
download | vyos-live-build-0b38353a813e1908f1bca427dd2fd51ab7e4f087.tar.gz vyos-live-build-0b38353a813e1908f1bca427dd2fd51ab7e4f087.zip |
Fix formatting error with --ignore-system-defaults in "lh_config --help"
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Diffstat (limited to 'helpers')
-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\ |