diff options
author | Richard Jones <rjones@redhat.com> | 2010-08-19 16:11:44 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-08-24 13:17:41 +0100 |
commit | 53bf430e26f4a53837bd38b58a427079caab3d4b (patch) | |
tree | 8414988147a023212233caad06d398660de6d4e8 /helper | |
parent | f0893a62d46605305ae14baba6cae3eebffc6005 (diff) | |
download | febootstrap-53bf430e26f4a53837bd38b58a427079caab3d4b.tar.gz febootstrap-53bf430e26f4a53837bd38b58a427079caab3d4b.tar.xz febootstrap-53bf430e26f4a53837bd38b58a427079caab3d4b.zip |
Remove bogus 'whitelist' parameter from usage.
Use the -k whitelist option to get a kernel whitelist.
This is a bug in current febootstrap-supermin-helper.
Diffstat (limited to 'helper')
-rw-r--r-- | helper/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helper/main.c b/helper/main.c index f8bf41d..d7dd25a 100644 --- a/helper/main.c +++ b/helper/main.c @@ -56,8 +56,8 @@ usage (const char *progname) printf ("%s: build the supermin appliance on the fly\n" "\n" "Usage:\n" - " %s [-options] inputs [...] whitelist host_cpu kernel initrd\n" - " %s -f ext2 inputs [...] whitelist host_cpu kernel initrd appliance\n" + " %s [-options] inputs [...] host_cpu kernel initrd\n" + " %s -f ext2 inputs [...] host_cpu kernel initrd appliance\n" " %s --help\n" " %s --version\n" "\n" |