Skip to content

Commit 3cda5a0

Browse files
committed
document that --all doesn't imply --attachments
1 parent 4d17723 commit 3cda5a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Gotchas / Known-issues
325325
All is not everything
326326
---------------------
327327

328-
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.
328+
The ``--all`` argument does not include: downloading attachments from issue and pull request comments (``--attachments``), 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.
329329

330330
Starred repository size
331331
-----------------------

github_backup/github_backup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def parse_args(args=None):
488488
"--attachments",
489489
action="store_true",
490490
dest="include_attachments",
491-
help="download user-attachments from issues, pull requests, and discussions",
491+
help="download user-attachments from issues, pull requests, and discussions [*]",
492492
)
493493
parser.add_argument(
494494
"--throttle-limit",

0 commit comments

Comments
 (0)