Hofer-Julian
2023-10-20 18:43:42 +02:00
committed by GitHub
parent 7caf27b665
commit 878f0cf6e1
2 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@ impl Command for Table {
vec![
Example {
description: "List the files in current directory, with indexes starting from 1.",
example: r#"ls | table -n 1"#,
example: r#"ls | table --start-number 1"#,
result: None,
},
Example {