On Fri, Feb 23, 2024 at 8:12 PM Luca Vizzarro <luca.vizza...@arm.com> wrote: > > On 29/01/2024 13:04, Juraj Linkeš wrote: > > I'm curious, what exactly is confusing about the message? > > Unfortunately a bit too much time has passed... but if I remember > correctly I think that given the great amount of arguments, whenever the > message is printed a bit too much information is given to the user. So > bottomline, too crowded
The original message is: ./main.py -wdghf usage: main.py [-h] [--config-file CONFIG_FILE] [--output-dir OUTPUT_DIR] [-t TIMEOUT] [-v] [-s] [--tarball TARBALL] [--compile-timeout COMPILE_TIMEOUT] [--test-suite TEST_SUITE [TEST_CASES ...]] [--re-run RE_RUN] main.py: error: unrecognized arguments: -wdghf So this is what's confusing. I guess it doesn't mention that the user should use the help argument and that's where the confusion was? From my point of view that's just standard (to run a command with -h in case of an error such as the one above), but maybe it is better to state it explicitly.