Skip to content

Commit

Permalink
Updated usage in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dub-flow committed Jan 23, 2023
1 parent ef33f05 commit 3847b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 3847b37

Please sign in to comment.