.\"Text automatically generated by txt2man .TH calibre-debug 1 "29 January 2017" "" "" .SH NAME \fB \fBcalibre-debug \fP- run an embedded python interpreter for debug purposes .SH USAGE calibre-debug [options] .SH DESCRIPTION Run an embedded python interpreter. .PP Whenever you pass arguments to calibre-debug that have spaces in them, enclose the arguments in quotation marks. .SH MAIN OPTIONS .TP .B \fB--version\fP show program\'s version number and exit .TP .B \fB-h\fP, \fB--help\fP show this help message and exit .TP .B \fB--update-module\fP=UPDATE_MODULE Update the specified module in the frozen library. Module specifications are of the form full.name.of.module,path_to_module.py .TP .B \fB-c\fP COMMAND, \fB--command\fP=COMMAND Run python code. .TP .B \fB-g\fP, \fB--gui\fP Run the GUI .TP .B \fB--migrate\fP Migrate old database. Needs two arguments. Path to library1.db and path to new library folder. .SH AUTHOR Created by Kovid Goyal