From 3847b37a89d51e912ecf320867dc429c192f4e4e Mon Sep 17 00:00:00 2001 From: Florian Walter <89262088+fw10@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:12:34 +0100 Subject: [PATCH] Updated usage in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1c2da1..bc76926 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Usage: veracode-js-packager [flags] Flags: - -source string The path to the JavaScript app you want to package (default "./sample-projects/sample-node-project") + -source string The path to the JavaScript app you want to package (required) -target string The path where you want the vc-output.zip to be stored to (default ".") - -tests string The path that contains your test files (relative to the source). Uses a heuristic to identify tests automatically in case no path is provided (default "") + -tests string The path that contains your test files (relative to the source). (default: Uses a heuristic to identify tests automatically in case no path is provided) Examples: ./veracode-js-packager -source my-js-app -target .