Skip to content

Commit 2a0d88a

Browse files
committed
doc(Args.py): add help
1 parent f4442ec commit 2a0d88a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rr_cache/Args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def add_arguments(parser: ArgumentParser) -> ArgumentParser:
8686
default=DEFAULTS['interactive'],
8787
action='store_true',
8888
dest='interactive',
89-
help='Ask user for confirmation when loading cache'
89+
help='Ask user for confirmation when loading cache (default: %(default)s)'
9090
)
9191
parser.add_argument(
9292
'--do-not-dwnl-cache',

0 commit comments

Comments
 (0)