From ec64eecd61fadd7948c967064b2394850c3abc4e Mon Sep 17 00:00:00 2001 From: AlbertDominguez Date: Thu, 8 Feb 2024 16:25:43 +0100 Subject: [PATCH] Fix typo in docs --- docs/source/cli.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/cli.rst b/docs/source/cli.rst index 0fc4930..e342612 100644 --- a/docs/source/cli.rst +++ b/docs/source/cli.rst @@ -12,9 +12,9 @@ To do that, simply use the following command: where PATH can be either an image or a folder. -By default, the command will use the `general` pretrained model. You can specify a different model by using the `-\\-pretrained-model` flag or the `-\\-model-dir` flag for a model you trained yourself. +By default, the command will use the `general` pretrained model. You can specify a different model by using the `-\-pretrained-model` flag or the `-\-model-dir` flag for a model you trained yourself. -Moreover, spots are saved to a subfolder `spotiflow_results` created inside the input folder (this can be changed with the `-\\-out-dir` flag). +Moreover, spots are saved to a subfolder `spotiflow_results` created inside the input folder (this can be changed with the `-\-out-dir` flag). For more information, please refer to the help message of the CLI: