summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjakka <jakkadoujin@gmail.com>2025-06-19 17:41:14 +0300
committerGitHub <noreply@github.com>2025-06-19 17:41:14 +0300
commit498114fc7079aa10fd38a54a78d87e979c902205 (patch)
tree513fb3c150cba6cec81e9df841bee127e29a95bf /README.md
parent7187a175c9e54ffcb3444ca9c343b86bdb7d7224 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index d8d27f0..81211bf 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,18 @@
scans a specified folder and reencodes flacs if they needed to be reencoded
currently this project uses dev-0.6 branch of [Symphonia](https://github.com/pdeljanov/Symphonia/tree/dev-0.6) crate with [some additional edits](https://github.com/pdeljanov/Symphonia/pull/387)
+```
+Usage: flac-reencoder [OPTIONS] [path]
+
+Arguments:
+ [path] Path for indexing/reencoding
+
+Options:
+ --doit Actually reencode files
+ -c, --clean Clean and dedupe database
+ -t, --threads <threads> Set number of reencoding threads [default: 4]
+ -d, --db <db> Path to databse file
+ -g, --generate <shell> Generate shell completions [possible values: bash, elvish, fish, powershell, zsh]
+ -h, --help Print help
+ -V, --version Print version
+```