mirror of https://github.com/xfarrow/dircomp.git
Update README.md
This commit is contained in:
parent
2eefe61e18
commit
9f7a6bd4f1
|
@ -3,7 +3,7 @@
|
||||||
dircomp - A directory comparison tool
|
dircomp - A directory comparison tool
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
`dircomp directory1 directory2 [-r] [-v] [-h]`
|
`dircomp directory1 directory2 [-rvfh]`
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
dircomp is a program for evaluating wether two directories are equivalent.
|
dircomp is a program for evaluating wether two directories are equivalent.
|
||||||
|
@ -21,5 +21,6 @@ The options are as follows:
|
||||||
```
|
```
|
||||||
-r Recursive
|
-r Recursive
|
||||||
-v Verbose
|
-v Verbose
|
||||||
|
-f Fast. Halt as soon as the directories are found to be not equal
|
||||||
-h Print this help and quit
|
-h Print this help and quit
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue