Skip to content
Snippets Groups Projects
Commit ed2733c6 authored by Timo Teräs's avatar Timo Teräs
Browse files

abuild-tar: fix help message

parent b6e9ee24
No related branches found
No related tags found
No related merge requests found
......@@ -94,12 +94,12 @@ static int usage(void)
fprintf(stderr,
"abuild-tar " VERSION "\n"
"\n"
"usage: abuild-tar [--hash [<algorithm>]] [--no-end]\n"
"usage: abuild-tar [--hash [<algorithm>]] [--cut]\n"
"\n"
"options:\n"
" --hash [sha1|md5] Read tar archive from stdin, precalculate hash for \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");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment