X-Git-Url: http://git.annexia.org/?p=febootstrap.git;a=blobdiff_plain;f=helper%2Fmain.c;h=b4359b695240efd5fe6e97d3d4fd2940b180d4f8;hp=d7dd25a1923b68b84732cb53e912c8cc812db4e8;hb=89e336ee166be538e376d288fb2b3fbbffd66d4c;hpb=53bf430e26f4a53837bd38b58a427079caab3d4b diff --git a/helper/main.c b/helper/main.c index d7dd25a..b4359b6 100644 --- a/helper/main.c +++ b/helper/main.c @@ -72,7 +72,7 @@ usage (const char *progname) "Options:\n" " --help\n" " Display this help text and exit.\n" - " -f cpio | --format cpio\n" + " -f cpio|ext2 | --format cpio|ext2\n" " Specify output format (default: cpio).\n" " -k file | --kmods file\n" " Specify kernel module whitelist.\n" @@ -136,7 +136,7 @@ main (int argc, char *argv[]) nr_outputs = 3; /* kernel, initrd, appliance */ } else { - fprintf (stderr, "%s: incorrect output format (-f): must be cpio\n", + fprintf (stderr, "%s: incorrect output format (-f): must be cpio|ext2\n", argv[0]); exit (EXIT_FAILURE); }