From 4bf7ab67d0656d8456203f8168c81293a6da0319 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Tue, 24 Oct 2017 14:16:55 -0700 Subject: [PATCH] Typo fix: Change 'descent' to 'descend' The correct word is 'descend' Change-Id: I6833bd28e84841799f3f060239a36876949d890e --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 991036b..2333209 100644 --- a/src/app.rs +++ b/src/app.rs @@ -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)"