Skip to content

Commit

Permalink
♿️ define what date scheme is used (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
coldenate authored Mar 27, 2024
1 parent a02e177 commit 11db4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fsrs_optimizer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def remembered_fallback_prompt(key: str, pretty: str = None):

remembered_fallback_prompt("next_day", "used next day start hour")
remembered_fallback_prompt(
"revlog_start_date", "the date at which before reviews will be ignored"
"revlog_start_date", "the date at which before reviews will be ignored | YYYY-MM-DD"
)
remembered_fallback_prompt(
"filter_out_suspended_cards", "filter out suspended cards? (y/n)"
Expand Down

0 comments on commit 11db4ec

Please sign in to comment.