diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-15 23:07:51 +0100 |
---|---|---|
committer | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-15 23:07:51 +0100 |
commit | 6ca117018e25b426b49e709e59015afec56fa3d7 (patch) | |
tree | 2ccb9def312f776d35c350251cf5ab76b9538363 /helpers | |
parent | be2bb3701f11670bafb304221dbea83bea2d1183 (diff) | |
download | vyos-live-build-6ca117018e25b426b49e709e59015afec56fa3d7.tar.gz vyos-live-build-6ca117018e25b426b49e709e59015afec56fa3d7.zip |
Remove accidental trailing '"' (quote) package from lh_config usage.
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 4ac31d56d..0e2b00c9d 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -114,7 +114,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--union-filesystem aufs|unionfs]\n\ \t [--exposed-root enabled|disabled]\n\ \t [--username NAME]\n\ -\t [--verbose]\n\" +\t [--verbose]\n\ \t [--win32-loader enabled|disabled]" Local_arguments () |