Fix usage info in .tools/make-tar.sh

This commit is contained in:
Ralph Lange
2023-08-08 10:29:09 +02:00
parent 524f81b8bd
commit 00dc55b8a2

View File

@@ -20,9 +20,9 @@ maybedie() {
usage() { usage() {
cat <<EOF >&2 cat <<EOF >&2
usage: $0 [-v] [-s] <rev> [<outfile> [<prefix>]] usage: $0 [-v] [-d] <rev> [<outfile> [<prefix>]]
<rev> may be any git revision spec. (tag, branch, or commit id). <rev> may be any git revision spec. (tag or, using -d, branch or commit id).
If provided, <outfile> must end with ".tar", ".tar.gz" or ".tar.bz2". If provided, <outfile> must end with ".tar", ".tar.gz" or ".tar.bz2".
If <outfile> is omitted, "base-<rev>.tar.gz" will be used. If <outfile> is omitted, "base-<rev>.tar.gz" will be used.