Skip to content

Commit a8bf5ff

Browse files
committed
Merge pull request #19 from trammell/master
fix-treeish-doco: added invocation doco for '--tree-ish' option
2 parents 5e19850 + 013c354 commit a8bf5ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

git-archive-all.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ function usage () {
6262
echo "$PROGRAM <--usage|--help|-?>"
6363
echo " Prints this usage output and exits."
6464
echo
65-
echo "$PROGRAM [--format <fmt>] [--prefix <path>] [--verbose|-v] [--separate|-s] [output_file]"
65+
echo "$PROGRAM [--format <fmt>] [--prefix <path>] [--verbose|-v] [--separate|-s]"
66+
echo " [--tree-ish|-t <tree-ish>] [output_file]"
6667
echo " Creates an archive for the entire git superproject, and its submodules"
6768
echo " using the passed parameters, described below."
6869
echo

0 commit comments

Comments
 (0)