mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 14:12:31 +00:00
Fix a typo
Thanks to Bourgond_Aries for the report!
This commit is contained in:
parent
97b44ff0b5
commit
5b75642e66
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -47,7 +47,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
|
||||
[[package]]
|
||||
name = "lsd"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1-pre"
|
||||
dependencies = [
|
||||
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -29,7 +29,7 @@ pub struct Options {
|
|||
|
||||
fn main() {
|
||||
let matches = App::new("lsd")
|
||||
.about("A ls comment with a lot of pretty colors and some other stuff.")
|
||||
.about("An ls comment with a lot of pretty colors and some other stuff.")
|
||||
.arg(Arg::with_name("FILE").multiple(true).default_value("."))
|
||||
.arg(Arg::with_name("all").short("a").long("all"))
|
||||
.arg(Arg::with_name("long").short("l").long("long"))
|
||||
|
|
Loading…
Reference in a new issue