From 4e16d35d4fc220839bee8d38e51c0b32e44cc5a7 Mon Sep 17 00:00:00 2001 From: AlbertDominguez Date: Thu, 8 Feb 2024 16:23:19 +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 a084353..0fc4930 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: