Skip to content

Commit 2a58ae9

Browse files
author
Matthias Koeppe
committed
sage --fixdoctests: Improve help string
1 parent d0e48de commit 2a58ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/sage-fixdoctests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ parser.add_argument("--full-tracebacks", default=False, action="store_true",
6767
parser.add_argument("--only-tags", default=False, action="store_true",
6868
help="only add '# optional/needs' tags where needed, ignore other failures")
6969
parser.add_argument("--probe", metavar="FEATURES", type=str, default='',
70-
help="check whether '# optional/needs' tags are still needed, remove these")
70+
help="check whether '# optional/needs' tags are still needed, remove those not needed")
7171
parser.add_argument("--keep-both", default=False, action="store_true",
7272
help="do not replace test results; duplicate the test instead, showing both results, and mark both copies '# optional'")
7373
parser.add_argument("--overwrite", default=False, action="store_true",

0 commit comments

Comments
 (0)