From e3e4539324ccccecd3ce809b7c089677575d96f2 Mon Sep 17 00:00:00 2001 From: Drew <52759042+Drew-Alleman@users.noreply.github.com> Date: Thu, 25 May 2023 23:13:49 -0700 Subject: [PATCH] Update README.md for 1.1.4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76d02be..25f07a2 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,9 @@ $ ./ds -m -T --hide -f /var/log/autodeauth/log ``` ## Reading all files in a directory -You can use the ```--directory``` option to read all files in the specified directory recursively. The ```-D``` option is used to display the filename where the match was found. +You can use the ```--directory``` option to read all files in the specified directory recursively. The ```-D``` option is used to display the filename where the match was found. ```-l``` or ```--line``` is used to display the line number the content was found on. ``` -$ ds --directory test_dir/ -D +$ ds --directory test_dir/ -Dl ``` ![preview](media/directory_search.gif)