mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 11:41:53 +02:00
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:
@@ -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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user