abuild-tar: fix help message
This commit is contained in:
parent
b6e9ee2474
commit
ed2733c65b
@ -94,12 +94,12 @@ static int usage(void)
|
|||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"abuild-tar " VERSION "\n"
|
"abuild-tar " VERSION "\n"
|
||||||
"\n"
|
"\n"
|
||||||
"usage: abuild-tar [--hash [<algorithm>]] [--no-end]\n"
|
"usage: abuild-tar [--hash [<algorithm>]] [--cut]\n"
|
||||||
"\n"
|
"\n"
|
||||||
"options:\n"
|
"options:\n"
|
||||||
" --hash [sha1|md5] Read tar archive from stdin, precalculate hash for \n"
|
" --hash [sha1|md5] Read tar archive from stdin, precalculate hash for \n"
|
||||||
" regular entries and output tar archive on stdout\n"
|
" regular entries and output tar archive on stdout\n"
|
||||||
" --no-end Remove the end of file tar record\n"
|
" --cut Remove the end of file tar record\n"
|
||||||
"\n");
|
"\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user