mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 08:13:43 +01:00
fixed bug in markdown velocity combo - velocity comments are the same as section headers (##) in markdown
Former-commit-id: 7c212d61702ede1aa46ca06a7cf4db1ef7858b73
This commit is contained in:
@@ -9,15 +9,15 @@ script executable:
|
||||
|
||||
To scan a folder on the system you can run:
|
||||
|
||||
### Windows
|
||||
<h3>Windows</h3>
|
||||
dependency-check.bat --app "My App Name" --scan "c:\java\application\lib"
|
||||
|
||||
### \*nix
|
||||
<h3>\*nix</h3>
|
||||
dependency-check.sh --app "My App Name" --scan "/java/application/lib"
|
||||
|
||||
To view the command line arguments, see the <a href="arguments.html">arguments page</a>, or you can run:
|
||||
### Windows
|
||||
<h3>Windows</h3>
|
||||
dependency-check.bat --help
|
||||
|
||||
### \*nix
|
||||
<h3>\*nix</h3>
|
||||
dependency-check.sh --help
|
||||
Reference in New Issue
Block a user