Update README.md

This commit is contained in:
xfarrow 2023-04-16 15:03:29 +00:00 committed by GitHub
parent 2eefe61e18
commit 9f7a6bd4f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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
``` ```