Skip to content

Commit

Permalink
Clarify HTTP cache filename in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Jun 22, 2021
1 parent 457976d commit 8c9abc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ghcloneall.py
Expand Up @@ -832,7 +832,8 @@ def _main():
help='create a {} from command-line arguments'.format(CONFIG_FILE))
parser.add_argument(
'--http-cache', default='.httpcache', metavar='DBNAME',
# .sqlite will be appended automatically
# .sqlite will be appended automatically by requests-cache < 0.6
# requests-cache >= 0.6 adds .sqlite only when the name has no .
help='cache HTTP requests on disk in an sqlite database for 5 minutes'
' (default: .httpcache)')
parser.add_argument(
Expand Down

0 comments on commit 8c9abc8

Please sign in to comment.