Don't state that 'triton inst list' can filter by tags, it can't yet. That is #74.

This commit is contained in:
Trent Mick 2016-02-03 11:57:00 -08:00
parent d89f03083e
commit da9e80d94e

View File

@ -169,7 +169,7 @@ do_list.help = [
'{{options}}', '{{options}}',
'Filters:', 'Filters:',
' FIELD=VALUE Equality filter. Supported fields: type, brand, name,', ' FIELD=VALUE Equality filter. Supported fields: type, brand, name,',
' image, state, memory, and tag', ' image, state, and memory',
' FIELD=true|false Boolean filter. Supported fields: docker (added in', ' FIELD=true|false Boolean filter. Supported fields: docker (added in',
' CloudAPI 8.0.0)', ' CloudAPI 8.0.0)',
'', '',