We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e245403 commit 2666a8fCopy full SHA for 2666a8f
README.md
@@ -10,6 +10,8 @@ Reads metadata from music files and inserts them into a relational database for
10
11
`./musql <path to directory or file>`
12
13
-SQLite is used as database backend. By default, the database is created at `./musql.db3`. This can be configured with the parameter `-o`.
+SQLite is used as database backend. By default, the database is created at `./musql.db3`. This can be configured with the parameter `-o`:
14
15
`./musql -o ~/musql.db3 <path to directory or file>`
16
+
17
+Usage help can be viewed via `./musql --help`.
0 commit comments