Fix usage info in .tools/make-tar.sh
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user