From f1e4bd10c9d56b558e7bd9f6c62064fce012307f Mon Sep 17 00:00:00 2001 From: George Shao Date: Sat, 24 Oct 2020 18:54:48 -0400 Subject: [PATCH] Fixed documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dd00f5..157c53d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This app can search the content of multiple files at once using Command line => Once we are in Project Directory Open Terminal or Command Prompt, Follow the below commands according to your usage: ```bash - powersearch.py [-h] [--path PATH] [--keyword KEYWORD] + python powersearch.py [-h] [--path PATH] [--keyword KEYWORD] [--encoding ENCODING] [--include-dot-dirs] [--include-dot-files] [--include-no-ext] [--show-errors] [--show-received] [--show-read] [--show-skipped]