Typo fix: Change 'descent' to 'descend'

The correct word is 'descend'

Change-Id: I6833bd28e84841799f3f060239a36876949d890e
This commit is contained in:
John L. Villalovos 2017-10-24 14:16:55 -07:00 committed by David Peter
parent 7ecb623950
commit 4bf7ab67d0
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ fn usage() -> HashMap<&'static str, Help> {
, "Shows the full path starting from the root as opposed to relative paths.");
doc!(h, "follow"
, "Follow symbolic links"
, "By default, fd does not descent into symlinked directories. Using this flag, symbolic \
, "By default, fd does not descend into symlinked directories. Using this flag, symbolic \
links are also traversed.");
doc!(h, "full-path"
, "Search full path (default: file-/dirname only)"