mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 01:40:34 +01:00
Extend help text
This commit is contained in:
parent
761c445263
commit
8f86a06c1a
1 changed files with 2 additions and 1 deletions
|
@ -258,7 +258,8 @@ fn usage() -> HashMap<&'static str, Help> {
|
|||
, "Shows the full path starting from the root as opposed to relative paths.");
|
||||
doc!(h, "path-separator"
|
||||
, "Set the path separator to use when printing file paths."
|
||||
, "Set the path separator to use when printing file paths.");
|
||||
, "Set the path separator to use when printing file paths. The default is the OS-specific \
|
||||
separator ('/' on Unix, '\\' on Windows).");
|
||||
doc!(h, "follow"
|
||||
, "Follow symbolic links"
|
||||
, "By default, fd does not descend into symlinked directories. Using this flag, symbolic \
|
||||
|
|
Loading…
Reference in a new issue