Skip to content

Commit e062df6

Browse files
Help: command description edits
1 parent 78a0141 commit e062df6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cli.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,10 +866,10 @@ fn declare_subcommands(pre_flight_settings: PreFlightSettings) -> [Command; 12]
866866

867867
fn show_subcommands(pre_flight_settings: PreFlightSettings) -> [Command; 5] {
868868
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");
870870
let churn_cmd = Command::new("churn").about("Displays object churn metrics");
871871
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.");
873873
let memory_breakdown_in_bytes_cmd = Command::new("memory_breakdown_in_bytes")
874874
.about("Provides a memory footprint breakdown (in bytes) for the target node")
875875
.arg(

0 commit comments

Comments
 (0)