Fixed README

This commit is contained in:
matthias@arch 2021-09-29 04:25:54 +02:00
parent dd95f335bc
commit ba510df20e

View File

@ -17,14 +17,16 @@ The lyrics are extracted from the html document using regex.
## Usage ## Usage
Command line options: Command line options:
-d [directory] process directory [directory] ```man
-f [file] process file [file] -d [directory] process directory [directory]
-r go through directories recursively -f [file] process file [file]
-s silent, no command-line output -r go through directories recursively
-i ignore history -s silent, no command-line output
-n do not write to history -i ignore history
-o overwrite if the file already has a comment -n do not write to history
-h show this -o overwrite if the file already has a comment
-h show this
```
If you do not specify a directory or file, the program will ask you if you want to use the current working directory. If you do not specify a directory or file, the program will ask you if you want to use the current working directory.
## Installation ## Installation