From 3ddde83b5c40a4f06d89927c35332cdbd7560f09 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Fri, 25 Jun 2021 16:00:49 +0530 Subject: [PATCH] docs: Reword ransomware introductory description Add "only" to clarify that encryption will only take place if a directory is specified. Co-authored-by: Mike Salvatore --- docs/content/reference/ransomware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/reference/ransomware.md b/docs/content/reference/ransomware.md index 6e6f614d7..7c263a3e2 100644 --- a/docs/content/reference/ransomware.md +++ b/docs/content/reference/ransomware.md @@ -11,7 +11,7 @@ All actions performed by the encryption routine are designed to be safe for prod environments. To ensure minimum interference and easy recoverability, the ransomware simulation will encrypt -files if the user specifies a directory that contains files that are safe to encrypt. +files only if the user specifies a directory that contains files that are safe to encrypt. If no directory is specified, no files will be encrypted.