fix(purestorage-flasharray-v2-restapi): fixed wrong option filter-resolution in arrays and volumes mode (#5472)

Refs: CTOR-1218
This commit is contained in:
omercier 2025-03-03 15:23:13 +01:00 committed by GitHub
commit 635401745c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -262,10 +262,10 @@ Filter arrays by ID (can be a regexp).
Filter arrays by name (can be a regexp).
=item B<--filter-resolution>
=item B<--perf-resolution>
Time resolution for array performance.
Can be: 1s, 30s, 5m, 30m, 2h, 8h, 24h (default: 5m).
Can be: C<1s>, C<30s>, C<5m>, C<30m>, C<2h>, C<8h>, C<24h> (default: C<5m>).
=item B<--warning-*> B<--critical-*>

View File

@ -245,10 +245,10 @@ Filter volumes by ID (can be a regexp).
Filter volumes by name (can be a regexp).
=item B<--filter-resolution>
=item B<--perf-resolution>
Time resolution for array performance.
Can be: 1s, 30s, 5m, 30m, 2h, 8h, 24h (default: 5m).
Time resolution for volumes performance.
Can be: C<1s>, C<30s>, C<5m>, C<30m>, C<2h>, C<8h>, C<24h> (default: C<5m>).
=item B<--warning-*> B<--critical-*>