Skip to content

Commit a3e7f78

Browse files
authored
note required nature of --begin (#324)
* note required nature of --begin * passed > used
1 parent 43a5bae commit a3e7f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code42cli/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def server_options(f):
165165
def begin_option(term, **kwargs):
166166
defaults = dict(
167167
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}",
168+
help=f"The beginning of the date range in which to look for {term}. {MagicDate.HELP_TEXT} [required unless --use-checkpoint option used]",
169169
cls=BeginOption,
170170
callback=lambda ctx, param, arg: convert_datetime_to_timestamp(arg),
171171
)

0 commit comments

Comments
 (0)