mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add some usage examples
This commit is contained in:
parent
34963d50e4
commit
3fa877d5bb
@ -89,7 +89,11 @@ as a shebang in scripts, like this:
|
||||
' be asked for the export folder and the libraries to export. You can also specify them'
|
||||
' as command line arguments to skip the questions.'
|
||||
' Use absolute paths for the export folder and libraries.'
|
||||
' The special keyword "all" can be used to export all libraries.'))
|
||||
' The special keyword "all" can be used to export all libraries. Examples:\n\n'
|
||||
' calibre-debug --export-all-calibre-data # for interactive use\n'
|
||||
' calibre-debug --export-all-calibre-data /path/to/empty/export/folder /path/to/library/folder1 /path/to/library2\n'
|
||||
' calibre-debug --export-all-calibre-data /export/folder all # export all known libraries'
|
||||
))
|
||||
parser.add_option('--import-calibre-data', default=False, action='store_true',
|
||||
help=_('Import previously exported calibre data'))
|
||||
parser.add_option('-s', '--shutdown-running-calibre', default=False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user