mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +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) => {
|
||||
eprintln!(
|
||||
"lsd: {}: {}(Hint: Consider using `--permission disabled`.)",
|
||||
"lsd: {}: {}(Hint: Consider using `--permission disable`.)",
|
||||
path.to_str().unwrap_or(""),
|
||||
e
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue