From 06e5c4be2b13ec98bd01c591b77f99f189c80370 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Wed, 29 Sep 2021 04:27:35 +0200 Subject: [PATCH] Fixed README --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1e6f2e3..cf2a8bf 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,14 @@ The lyrics are extracted from the html document using regex. ## Usage Command line options: -```man --d [directory] process directory [directory] --f [file] process file [file] --r go through directories recursively --s silent, no command-line output --i ignore history --n do not write to history --o overwrite if the file already has a comment --h show this -``` +- `-d` [directory] process directory [directory] +- `-f` [file] process file [file] +- `-r` go through directories recursively +- `-s` silent, no command-line output +- `-i` ignore history +- `-n` do not write to history +- `-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. ## Installation