On 03/06/21 14:19, Vladimir Sementsov-Ogievskiy wrote:
Double-dash options give extra information to the user that short (single-dash) options can be combined, while this is not the case for iotests/check.You can combine short options for check script, as argparse supports it. We don't have many short options yet.. But something like ./check -ng auto makes sense and works..
Oh, I missed that. Then it's okay, thanks! paolo