diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-15 23:07:51 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:39 +0100 |
commit | 1a8e86926512078b8bee53264102ce332556b4cd (patch) | |
tree | 54d0ae00fe17758f0921641d97880c7deb97a97b | |
parent | 8888135805712fa43eee8f20e83522d5000a448c (diff) | |
download | vyos-live-build-1a8e86926512078b8bee53264102ce332556b4cd.tar.gz vyos-live-build-1a8e86926512078b8bee53264102ce332556b4cd.zip |
Remove accidental trailing '"' (quote) package from lh_config usage.
-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 () |