File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments