rt-tests
rt-tests copied to clipboard
Align long option for priority with help string
Currently, the help string specifies the long option for priority with --prio. However, when processing the command line options in the process_options method, it looks for --priority.
This PR fixes this by using the same long option as in the help string.