diff options
author | Daniel Baumann <daniel@debian.org> | 2007-11-21 11:19:38 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 18:22:29 +0100 |
commit | ff9af0f960dc8b33a9a91c194180cebd42b195f8 (patch) | |
tree | 96a5f902ee5e382837dc177745cb90bf5ec9914e | |
parent | de1698708d55dfa01590fa5a6a0a84912e5e165e (diff) | |
download | vyos-live-build-ff9af0f960dc8b33a9a91c194180cebd42b195f8.tar.gz vyos-live-build-ff9af0f960dc8b33a9a91c194180cebd42b195f8.zip |
Fixed incomplete fdisk parameter list 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 4c37b4de4..ded6c4b19 100755 --- a/helpers/lh_config +++ b/helpers/lh_config @@ -55,7 +55,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--debug]\n\ \t [-d|--distribution CODENAME]\n\ \t [-e|--encryption aes128|aes192|aes256]\n\ -\t [--fdisk\n\ +\t [--fdisk fdisk|fdisk.dist]\n\ \t [--force]\n\ \t [--genisoimage genisomage|mkisofs]\n\ \t [--grub-splash FILE]\n\ |