$ java -jar app.jar sdf sf sdf
Unmatched argument at index 0: 'sdf'
Usage: app [-hV] <arg1> <arg2>
...
$ java -jar app.jar sdf sf qqq
Unmatched argument at index 2: 'qqq'
Usage: app [-hV] <arg1> <arg2>
...
Expected them to be both "index 2".
Version 4.5.2.