summaryrefslogtreecommitdiffstats
path: root/helper/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'helper/main.c')
-rw-r--r--helper/main.c4
1 files changed, 2 insertions, 2 deletions
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);
}