Short option bundling is supported e.g. -abc is equivalent to -a -b -c if they're boolean options or -a -bc if -b takes a parameter, but this isn't mentioned directly in the documentation.
This is the standard term e.g.:
Short options may be bundled, e.g. -a -b can be specified as -ab
Short option bundling is supported e.g.
-abcis equivalent to-a -b -cif they're boolean options or-a -bcif-btakes a parameter, but this isn't mentioned directly in the documentation.This is the standard term e.g.: