diff --git a/src/storage/purestorage/flasharray/v2/restapi/mode/arrays.pm b/src/storage/purestorage/flasharray/v2/restapi/mode/arrays.pm index e53952497..f1add4ffb 100644 --- a/src/storage/purestorage/flasharray/v2/restapi/mode/arrays.pm +++ b/src/storage/purestorage/flasharray/v2/restapi/mode/arrays.pm @@ -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-*> diff --git a/src/storage/purestorage/flasharray/v2/restapi/mode/volumes.pm b/src/storage/purestorage/flasharray/v2/restapi/mode/volumes.pm index 7c4be1f9b..0b4fc5a10 100644 --- a/src/storage/purestorage/flasharray/v2/restapi/mode/volumes.pm +++ b/src/storage/purestorage/flasharray/v2/restapi/mode/volumes.pm @@ -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-*>