Skip to content

Commit 7a2a70a

Browse files
waskyosipma
authored andcommitted
fix copy/paste typo
1 parent 9ba95c3 commit 7a2a70a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chb/cmdline/chkx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,15 +1356,15 @@ def parse() -> argparse.Namespace:
13561356
help="name of patch results file (required if there are trampolines)")
13571357
relationalcomparefns.add_argument(
13581358
"--output", "-o", help="save output in file")
1359-
relationalcompareall.add_argument(
1359+
relationalcomparefns.add_argument(
13601360
"--loglevel", "-log",
13611361
choices=UL.LogLevel.options(),
13621362
default="NONE",
13631363
help="activate logging with the given level (default to stderr)")
1364-
relationalcompareall.add_argument(
1364+
relationalcomparefns.add_argument(
13651365
"--logfilename",
13661366
help="name of file to write log messages")
1367-
relationalcompareall.add_argument(
1367+
relationalcomparefns.add_argument(
13681368
"--logfilemode",
13691369
choices=["a", "w"],
13701370
default="a",

0 commit comments

Comments
 (0)