1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #: Fix error on --filter CLI flag description (#1836)

(cherry picked from commit 42ba75004af8b61490b2314d39f86198ad2550bf)
This commit is contained in:
Christian González 2022-03-14 11:13:54 +01:00 committed by Constantino Vázquez Blanco
parent 5331da8321
commit 248422cb50

View File

@ -61,7 +61,8 @@ module CLIHelper
' ' * 31 << 'column=value pairs.' <<
' ' * 31 << "Valid operators #{FILTER_OPS.join(',')}" <<
' ' * 31 << 'e.g. NAME=test (match name with test)' <<
' ' * 31 << 'NAME~test (match test, te, tes..)'
' ' * 31 << 'NAME~test (match every NAME containing' <<
' ' * 31 << 'the substring \'test\')'
}
OPERATOR = {