Skip to content

Commit 79afb97

Browse files
committed
fix typo
1 parent b27a0e7 commit 79afb97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/container/git-clone.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Usage: $0 [OPTION]... GIT_URL#REF PATH
1010
-h, --help Print usage.
1111
-m, --manifest FILE The manifest yaml file to which the downloaded library is documented.
1212
Default is /opt/manifest.d/git-clone.yaml
13-
TARGET_IMAGE
13+
--sparse-path PATH If specified, use sparse checkout to only fetch the given path.
14+
PATH is relative to the repo root.
15+
1416
Example:
1517
# clone JAX's main branch at /opt/jax and update manifest file at the default location
1618
git-clone.sh https://github.com/google/jax.git#main /opt/jax

0 commit comments

Comments
 (0)