aboutsummaryrefslogtreecommitdiff
path: root/bin/sqfs2tar/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sqfs2tar/options.c')
-rw-r--r--bin/sqfs2tar/options.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/bin/sqfs2tar/options.c b/bin/sqfs2tar/options.c
index 356913a..a84fcd4 100644
--- a/bin/sqfs2tar/options.c
+++ b/bin/sqfs2tar/options.c
@@ -62,13 +62,7 @@ static const char *usagestr =
" --help, -h Print help text and exit.\n"
" --version, -V Print version information and exit.\n"
"\n"
-"Examples:\n"
-"\n"
-"\tsqfs2tar rootfs.sqfs > rootfs.tar\n"
-"\tsqfs2tar rootfs.sqfs | gzip > rootfs.tar.gz\n"
-"\tsqfs2tar rootfs.sqfs | xz > rootfs.tar.xz\n"
-"\n"
-"Available compressors:\n";
+"Supported tar compression formats:\n";
bool dont_skip = false;
bool keep_as_dir = false;