From 533bf29d4ecb31bb4521afe05540fea9f7865616 Mon Sep 17 00:00:00 2001 From: Avishagp Date: Thu, 22 Jun 2023 12:07:17 +0000 Subject: [PATCH] docs: synchronizing help from snyk/user-docs --- help/cli-commands/monitor.md | 6 +++--- help/cli-commands/test.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/help/cli-commands/monitor.md b/help/cli-commands/monitor.md index e87328562a..4ffb6173b7 100644 --- a/help/cli-commands/monitor.md +++ b/help/cli-commands/monitor.md @@ -222,7 +222,7 @@ Snyk reports test results per pom.xml file. ### `--scan-unmanaged` -To monitor individual JAR, WAR, and AAR files, you need to use the following: +To monitor individual JAR, WAR, and AAR files, use the following: ``` --scan-unmanaged --file= @@ -230,13 +230,13 @@ To monitor individual JAR, WAR, and AAR files, you need to use the following:&#x ### `--scan-all-unmanaged` -Auto-detect maven JAR, WAR, and AAR files in a given folder. +Auto-detect Maven, JAR, WAR, and AAR files recursively from the current folder. ``` --scan-all-unmanaged ``` -**Note**: Custom-built JAR files, even with open source dependencies, are not supported. +**Note**: Custom-built JAR files, even with open-source dependencies, are not supported. ## Options for Gradle projects diff --git a/help/cli-commands/test.md b/help/cli-commands/test.md index 4d3a4807cc..10eac2a34f 100644 --- a/help/cli-commands/test.md +++ b/help/cli-commands/test.md @@ -229,7 +229,7 @@ Snyk reports test results per pom.xml file. ### `--scan-unmanaged` -To test individual JAR, WAR, and AAR files, you need to use the following: +To test individual JAR, WAR, and AAR files, use the following: ``` --scan-unmanaged --file= @@ -237,7 +237,7 @@ To test individual JAR, WAR, and AAR files, you need to use the following: ### `--scan-all-unmanaged` -Auto-detect maven JAR, WAR, and AAR files in a given folder. +Auto-detect Maven, JAR, WAR, and AAR files recursively from the current folder. ``` --scan-all-unmanaged