Skip to content

Commit

Permalink
Fix usage info in .tools/make-tar.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Aug 8, 2023
1 parent 524f81b commit 00dc55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tools/make-tar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ maybedie() {

usage() {
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 <outfile> is omitted, "base-<rev>.tar.gz" will be used.
Expand Down

0 comments on commit 00dc55b

Please sign in to comment.