Skip to content

Commit 3847b37

Browse files
committed
Updated usage in README
1 parent ef33f05 commit 3847b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Usage:
2121
veracode-js-packager [flags]
2222
2323
Flags:
24-
-source string The path to the JavaScript app you want to package (default "./sample-projects/sample-node-project")
24+
-source string The path to the JavaScript app you want to package (required)
2525
-target string The path where you want the vc-output.zip to be stored to (default ".")
26-
-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 "")
26+
-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)
2727
2828
Examples:
2929
./veracode-js-packager -source my-js-app -target .

0 commit comments

Comments
 (0)