Mildly edited a small handful of help messages (#6868)

* Edited a handful of help messages

* Remove line break as instructed by clippy
This commit is contained in:
Leon
2022-10-23 16:02:52 +10:00
committed by GitHub
parent e49b359848
commit 24a98f8999
16 changed files with 41 additions and 38 deletions

View File

@@ -159,7 +159,7 @@ impl Command for Table {
let span = Span::test_data();
vec![
Example {
description: "List the files in current directory with index number start from 1.",
description: "List the files in current directory, with indexes starting from 1.",
example: r#"ls | table -n 1"#,
result: None,
},