mirror of
https://github.com/sharkdp/fd.git
synced 2026-08-29 02:32:00 +08:00
docs: fix macOS spelling in BSD ls comment
This commit is contained in:
+1
-1
@@ -385,7 +385,7 @@ fn determine_ls_command(colored_output: bool) -> Result<Vec<&'static str>> {
|
||||
// Assume ls is GNU ls
|
||||
gnu_ls("ls")
|
||||
} else {
|
||||
// MacOS, DragonFlyBSD, FreeBSD
|
||||
// macOS, DragonFlyBSD, FreeBSD
|
||||
use std::process::{Command, Stdio};
|
||||
|
||||
// Use GNU ls, if available (support for --color=auto, better LS_COLORS support)
|
||||
|
||||
Reference in New Issue
Block a user