Added info for test-run

This commit is contained in:
matthias@arch 2021-09-29 15:35:14 +02:00
parent 1982bcb246
commit 9ed09a0537
2 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,8 @@ Command line options:
- `-i` ignore history - `-i` ignore history
- `-n` do not write to history - `-n` do not write to history
- `-o` overwrite if the file already a lyrics - `-o` overwrite if the file already a lyrics
- `-t` test, do not write lyrics to file, but print to console
- `-h` show this - `-h` show this
- `--rm_explicit` remove the "[Explicit]" lyrics warning from the songs title tag - `--rm_explicit` remove the "[Explicit]" lyrics warning from the songs title tag

View File

@ -289,6 +289,7 @@ def main():
-i ignore history -i ignore history
-n do not write to history -n do not write to history
-o overwrite if the file already has lyrics -o overwrite if the file already has lyrics
-t test, do not write lyrics to file, but print to console
-h show this -h show this
--rm_explicit remove the "[Explicit]" lyrics warning from the songs title tag""" --rm_explicit remove the "[Explicit]" lyrics warning from the songs title tag"""
args = [] args = []