From cc3b349705d0d319ecec387d51785f637c268065 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 7 Jun 2013 12:27:52 +0530 Subject: [PATCH] ... --- manual/develop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/develop.rst b/manual/develop.rst index 06f84872ef..a939a442b4 100644 --- a/manual/develop.rst +++ b/manual/develop.rst @@ -328,7 +328,7 @@ Binary install of |app| If you have a binary install of |app|, you can use the Python interpreter bundled with |app|, like this:: - calibre-debug -e /path/to/your/python/script.py + calibre-debug /path/to/your/python/script.py -- arguments to your script Source install on Linux ^^^^^^^^^^^^^^^^^^^^^^^^^^