We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b776c commit 4995abeCopy full SHA for 4995abe
README.md
@@ -43,8 +43,9 @@ Turn a marc file into an sqlite3 database for random access. Supports
43
*secondary* keys, so you can add an additional value as key, if needed (e.g. a date).
44
45
$ marcdb
46
- Usage of marcdb:
+ Usage: marcdb [OPTIONS] MARCFILE
47
-cpuprofile="": write cpu profile to file
48
+ -encode=false: base64 encode record before inserting it
49
-o="": output sqlite3 filename
50
-secondary="": add a secondary value to the row
51
-v=false: prints current program version
0 commit comments