Skip to content

Commit 48f1c82

Browse files
Address review: use long options for clarity
Co-authored-by: Adam Turner <[email protected]>
1 parent eee4104 commit 48f1c82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ coverage-report: regen-token regen-frozen
904904
# Run "Argument Clinic" over all source files
905905
.PHONY: clinic
906906
clinic: check-clean-src
907-
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/clinic/clinic.py -f --make --exclude Lib/test/clinic.test.c --srcdir $(srcdir)
907+
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/clinic/clinic.py --force --make --exclude Lib/test/clinic.test.c --srcdir $(srcdir)
908908

909909
.PHONY: clinic-tests
910910
clinic-tests: check-clean-src $(srcdir)/Lib/test/clinic.test.c
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
``make clinic`` now runs Argument Clinic using the ``-f`` option, thus
2-
forcefully regenerating generated code.
1+
``make clinic`` now runs Argument Clinic using the ``--force`` option,
2+
thus forcefully regenerating generated code.

0 commit comments

Comments
 (0)