summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexandru-Constantin Atomei <atomeialexandru03@gmail.com>2023-12-30 22:54:57 +0200
committerAlexandru-Constantin Atomei <atomeialexandru03@gmail.com>2023-12-30 22:54:57 +0200
commit9f096737dbb56fb00ff962a3f8ab793f404211d6 (patch)
treea4381e33bd41aaae3e8ba22c83d85341aebb99d1 /src
parent1bda165b25d8c0230aebaccee80b429378fc3a34 (diff)
Added explicit documentation about the possibility of using dir
Diffstat (limited to 'src')
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 926e6db..c17f0b8 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -314,7 +314,7 @@ pub struct Opts {
/// Filter the search by type:
/// {n} 'f' or 'file': regular files
- /// {n} 'd' or 'directory': directories
+ /// {n} 'd' or 'dir' or 'directory': directories
/// {n} 'l' or 'symlink': symbolic links
/// {n} 's' or 'socket': socket
/// {n} 'p' or 'pipe': named pipe (FIFO)