Sure it is. calibredb does not parse command line arguments, the python stdlib is used to do that. That in turn will only recognize an argument as an option if it *startswith* a -. The error you posted comes from the stdlib optparse module, which means that one of the arguments you are passing starts with -
|