doc: missing :: in doc/usage/cmd/itest.rst

Add :: for correct formatting of example.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
Heinrich Schuchardt
2024-03-28 21:16:54 +01:00
parent 4bae3c4dc0
commit d417260aab

View File

@@ -86,6 +86,8 @@ Numbers will be truncated according to the postfix before comparing:
Postfix .s causes a string compare. The string '0xa1234' is alphabetically
smaller than '0xb'.
::
=> if itest.s 0xa1234 < 0xb; then echo true; else echo false; fi
true