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:
parent
5331da8321
commit
248422cb50
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user