diff options
author | Ben Armstrong <synrg@debian.org> | 2010-12-11 12:34:05 -0400 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:31 +0100 |
commit | f10c468359641e8f64dab76c8f685077271e0f91 (patch) | |
tree | 1a54e55db672bd3ec3f1ea101bdb1ccf85267e2d /scripts/build | |
parent | 6380f4dbee2eaedecc0bb4d59cfa615e852ba77b (diff) | |
download | vyos-live-build-f10c468359641e8f64dab76c8f685077271e0f91.tar.gz vyos-live-build-f10c468359641e8f64dab76c8f685077271e0f91.zip |
Adding '--includes none' documentation in help and man page.
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/lb_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_config b/scripts/build/lb_config index d21f79f9f..bd3928f67 100755 --- a/scripts/build/lb_config +++ b/scripts/build/lb_config @@ -76,7 +76,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--hooks FILE]\n\ \t [--hostname NAME]\n\ \t [--ignore-system-defaults]\n\ -\t [--includes PATH]\n\ +\t [--includes PATH|none]\n\ \t [--initramfs auto|none|live-boot|live-initramfs|casper]\n\ \t [--interactive shell]\n\ \t [--isohybrid-options OPTION|\"OPTIONS\"]\n\ |