Skip to content

Commit 2666a8f

Browse files
committed
Updated README.
1 parent e245403 commit 2666a8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Reads metadata from music files and inserts them into a relational database for
1010

1111
`./musql <path to directory or file>`
1212

13-
SQLite is used as database backend. By default, the database is created at `./musql.db3`. This can be configured with the parameter `-o`.
13+
SQLite is used as database backend. By default, the database is created at `./musql.db3`. This can be configured with the parameter `-o`:
1414

1515
`./musql -o ~/musql.db3 <path to directory or file>`
16+
17+
Usage help can be viewed via `./musql --help`.

0 commit comments

Comments
 (0)