From ff7e9006b185c28fd25f9e21aec9444112f4baf7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 10 Oct 2023 06:29:41 +0530 Subject: [PATCH] ... --- src/calibre/linux.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/linux.py b/src/calibre/linux.py index c201c136ff..071db8f480 100644 --- a/src/calibre/linux.py +++ b/src/calibre/linux.py @@ -1321,7 +1321,8 @@ def cli_index_strings(): return _('Command Line Interface'), _( 'On macOS, the command line tools are inside the calibre bundle, for example,' ' if you installed calibre in :file:`/Applications` the command line tools' - ' are in :file:`/Applications/calibre.app/Contents/MacOS/`.'), _( + ' are in :file:`/Applications/calibre.app/Contents/MacOS/`. So, for example, to run :file:`ebook-convert`' + 'you would use: :file:`/Applications/calibre.app/Contents/MacOS/ebook-convert`.'), _( 'Documented commands'), _('Undocumented commands'), _( 'You can see usage for undocumented commands by executing them without arguments in a terminal.'), _( 'Change language'), _('Search')