File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -866,10 +866,10 @@ fn declare_subcommands(pre_flight_settings: PreFlightSettings) -> [Command; 12]
866
866
867
867
fn show_subcommands ( pre_flight_settings : PreFlightSettings ) -> [ Command ; 5 ] {
868
868
let overview_cmd = Command :: new ( "overview" )
869
- . about ( "Displays a essential information about target node and its cluster" ) ;
869
+ . about ( "Displays essential information about target node and its cluster" ) ;
870
870
let churn_cmd = Command :: new ( "churn" ) . about ( "Displays object churn metrics" ) ;
871
871
let endpoint_cmd = Command :: new ( "endpoint" )
872
- . about ( "For troubleshooting: displays the computed HTTP API endpoint URI" ) ;
872
+ . about ( "Displays the computed HTTP API endpoint URI. Use for troubleshooting only. " ) ;
873
873
let memory_breakdown_in_bytes_cmd = Command :: new ( "memory_breakdown_in_bytes" )
874
874
. about ( "Provides a memory footprint breakdown (in bytes) for the target node" )
875
875
. arg (
You can’t perform that action at this time.
0 commit comments