Changed linux usage to a more unix like path

This commit is contained in:
patriksevallius
2017-07-04 09:27:54 +02:00
committed by GitHub
parent 6652ec9545
commit 111de11893

View File

@@ -65,7 +65,7 @@ For Linux, there is since PMD 5.0 a combined start script for all command line t
The start script is called `run.sh` and is located in the `bin` subdirectory in the PMD binary distribution
zip-file. Let's assume, you are in this directory, then you can start CPD this way:
./run.sh cpd --minimum-tokens 100 --files c:\temp\src\java
./run.sh cpd --minimum-tokens 100 --files /tmp/src/java
The options "minimum-tokens" and "files" are the two required options; there are more options, see below.