abuild-tar: fix help message

This commit is contained in:
Timo Teras 2009-07-21 12:30:34 +03:00
parent b6e9ee2474
commit ed2733c65b

View File

@ -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");
} }