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)