detect/integers: document usage of units

Ticket: 7190
pull/13767/head
Philippe Antoine 4 months ago committed by Victor Julien
parent 287b1323ba
commit be9858d3aa

@ -13,6 +13,12 @@ Simple example::
The integer value can be written as base-10 like ``100`` or as The integer value can be written as base-10 like ``100`` or as
an hexadecimal value like ``0x64``. an hexadecimal value like ``0x64``.
The integer value can also have a unit/multiplier as a
case-insensitive suffix:
* kb : 1024
* mb : 1048576
* gb : 1073741824
The most direct example is to match for equality, but there are The most direct example is to match for equality, but there are
different modes. different modes.

Loading…
Cancel
Save