Skip to content

Commit

Permalink
Fix argument description.
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Krenz <[email protected]>
  • Loading branch information
krenzland committed Nov 25, 2024
1 parent ec837f3 commit 6d0e50d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nds/nds_power.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ def load_properties(filename):
action='store_true',
help='Do not exit with non zero when any query failed or any task failed')
parser.add_argument('--profiling_hook',
help='Executable that is called just before/after a query starts executing.' +
'Executable is called like this ' +
help='Executable that is called just before/after a query executes.' +
'The executable is called like this ' +
'./hook {start|stop} output_directory query_name.')
args = parser.parse_args()
query_dict = gen_sql_from_stream(args.query_stream_file)
Expand Down

0 comments on commit 6d0e50d

Please sign in to comment.