Fixed two typos in the README
This commit is contained in:
parent
67516a6217
commit
6ded43f515
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ mvn package assembly:single
|
||||||
I let Sherly and xxSherly find duplicates in my Music Library (containing `.wav` files) using the following commands:
|
I let Sherly and xxSherly find duplicates in my Music Library (containing `.wav` files) using the following commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
time java -jar Bin/sherly.jar -n -f ~/Music/ /usr/lib
|
time java -jar Bin/sherly.jar -n -f ~/Music/
|
||||||
time java -jar target/xxSherly-1.0-jar-with-dependencies.jar -n -f ~/Music/ /usr/lib
|
time java -jar target/xxSherly-1.0-jar-with-dependencies.jar -n -f ~/Music/
|
||||||
```
|
```
|
||||||
|
|
||||||
The timings are measured using the Linux tool `time` (`real`).
|
The timings are measured using the Linux tool `time` (`real`).
|
||||||
|
|
Reference in a new issue