From 67ec4dbae581e2ad718fa15cc02715f6adb01059 Mon Sep 17 00:00:00 2001 From: Yuri Chiucconi Date: Mon, 25 Nov 2024 10:49:40 +0100 Subject: [PATCH] fix typos solves #750 --- fractal_client/parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fractal_client/parser.py b/fractal_client/parser.py index eb33dfca..d1b3598b 100644 --- a/fractal_client/parser.py +++ b/fractal_client/parser.py @@ -971,8 +971,8 @@ "--new-viewer-paths", help=( "New list of group `viewer_paths` (e.g " - "`--new-viewer-paths /something /else`);" - "note that this replaces the existing one.", + "`--new-viewer-paths /something /else`); " + "note that this replaces the existing one." ), required=False, type=str,