1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

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

This commit is contained in:
Christian González 2022-03-14 11:13:54 +01:00 committed by GitHub
parent 861532c8c8
commit 42ba75004a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = {