We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a5bae commit a3e7f78Copy full SHA for a3e7f78
src/code42cli/options.py
@@ -165,7 +165,7 @@ def server_options(f):
165
def begin_option(term, **kwargs):
166
defaults = dict(
167
type=MagicDate(rounding_func=round_datetime_to_day_start),
168
- help=f"The beginning of the date range in which to look for {term}. {MagicDate.HELP_TEXT}",
+ help=f"The beginning of the date range in which to look for {term}. {MagicDate.HELP_TEXT} [required unless --use-checkpoint option used]",
169
cls=BeginOption,
170
callback=lambda ctx, param, arg: convert_datetime_to_timestamp(arg),
171
)
0 commit comments