Skip to content

Commit

Permalink
Fix hint stating wrong permissions option #1065
Browse files Browse the repository at this point in the history
  • Loading branch information
sebimohr authored and zwpaper committed Jun 22, 2024
1 parent 5d02a59 commit bc20b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
Expand Down

0 comments on commit bc20b8f

Please sign in to comment.