Skip to content

Commit

Permalink
Merge pull request #374 from adamsmd/patch-1
Browse files Browse the repository at this point in the history
Fix typo README.rst: --starred-gists that should be --gists
  • Loading branch information
josegonzalez authored Dec 29, 2024
2 parents 1ce8455 + b0bfffd commit 5b0608c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Gotchas / Known-issues
All is not everything
---------------------

The ``--all`` argument does not include: cloning private repos (``-P, --private``), cloning forks (``-F, --fork``), cloning starred repositories (``--all-starred``), ``--pull-details``, cloning LFS repositories (``--lfs``), cloning gists (``--starred-gists``) or cloning starred gist repos (``--starred-gists``). See examples for more.
The ``--all`` argument does not include: cloning private repos (``-P, --private``), cloning forks (``-F, --fork``), cloning starred repositories (``--all-starred``), ``--pull-details``, cloning LFS repositories (``--lfs``), cloning gists (``--gists``) or cloning starred gist repos (``--starred-gists``). See examples for more.

Cloning all starred size
------------------------
Expand Down

0 comments on commit 5b0608c

Please sign in to comment.