From 7bf2c01757c91d675cc88f28dbd28f47c4a0e73b Mon Sep 17 00:00:00 2001 From: Daniel Garijo Date: Fri, 27 May 2022 00:29:26 +0200 Subject: [PATCH] update doc --- README.md | 5 +++++ docs/usage.md | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 5bded530..95cf5489 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,11 @@ Options: SOMEF was not able to find. The report will be placed in $PATH_missing.json, where $PATH is -o, -c or -g. + -kt, --keep_tmp PATH SOMEF will NOT delete the temporary folder + where files are stored for analysis. Files + will be stored at the + desired path + -h, --help Show this message and exit. ``` diff --git a/docs/usage.md b/docs/usage.md index 203c477f..7dd209a8 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -55,6 +55,10 @@ Options: SOMEF was not able to find. The report will be placed in $PATH_missing.json, where $PATH is -o, -c or -g. + -kt, --keep_tmp PATH SOMEF will NOT delete the temporary folder + where files are stored for analysis. Files + will be stored at the + desired path -h, --help Show this message and exit. ```