mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 22:22:26 +00:00
Fix hint stating wrong permissions option #1065
This commit is contained in:
parent
5d02a59e29
commit
bc20b8f80b
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ impl Meta {
|
||||||
),
|
),
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
eprintln!(
|
eprintln!(
|
||||||
"lsd: {}: {}(Hint: Consider using `--permission disabled`.)",
|
"lsd: {}: {}(Hint: Consider using `--permission disable`.)",
|
||||||
path.to_str().unwrap_or(""),
|
path.to_str().unwrap_or(""),
|
||||||
e
|
e
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue