From dc7667d02db9348067a2f5de1edabff33737fb25 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 10 Nov 2023 22:45:45 +0530 Subject: [PATCH] Fix #2043221 [Wrong instructions in docs on how to debug ebook editor?](https://bugs.launchpad.net/calibre/+bug/2043221) --- manual/develop.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/develop.rst b/manual/develop.rst index 3a78dc90aa..136b244233 100644 --- a/manual/develop.rst +++ b/manual/develop.rst @@ -302,9 +302,9 @@ Similarly, you can start the E-book viewer as:: calibre-debug -w /path/to/file/to/be/viewed -The e-book-editor can be started as:: +The e-book editor can be started as:: - calibre-debug -t /path/to/be/edited + calibre-debug --edit-book /path/to/be/edited Using an interactive Python interpreter ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^