Skip to content

Commit

Permalink
Add forgotten option change
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeltrame committed Sep 7, 2022
1 parent 6ee29f6 commit be82584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wisecondorX/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def main():
parser_test.add_argument('--cairo',
action='store_true',
help='Uses cairo bitmap type for plotting. Might be necessary for certain setups.')
parser_test.add_argument("--plot-title",
parser_test.add_argument("--add-plot-title",
action="store_true",
help="Add the output name as plot title")
parser_test.set_defaults(func=tool_test)
Expand Down

0 comments on commit be82584

Please sign in to comment.