Skip to content

Commit c5848bc

Browse files
committed
docs(cli): 📝 document -1 option for no cache expiration in --cache-max-age help
1 parent 564230f commit c5848bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rocrate_validator/cli/commands/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def validate_uri(ctx, param, value):
210210
type=click.INT,
211211
default=constants.DEFAULT_HTTP_CACHE_MAX_AGE,
212212
show_default=True,
213-
help="Maximum age of the HTTP cache in seconds",
213+
help="Maximum age of the HTTP cache in seconds ([bold green]-1[/bold green] for no expiration)",
214214
)
215215
@click.option(
216216
'--cache-path',

0 commit comments

Comments
 (0)