From 6baf14a79e185605f45f04b6424da6d026f1f198 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 13 Oct 2024 17:59:35 +0200 Subject: [PATCH] =?UTF-8?q?source=20=E2=86=94=20target?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spcd/cmd.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spcd/cmd.py b/spcd/cmd.py index 0dbfe90..0144663 100644 --- a/spcd/cmd.py +++ b/spcd/cmd.py @@ -30,14 +30,14 @@ def spcd_check_project() -> None: def spcd_synchronize( - target: str | None = None, source: str | None = None + source: str | None = None, target: str | None = None ) -> None: """Synchronize output towards a target. - :param target: where to deploy to - :type target: str | None :param source: where to deploy from :type source: str | None + :param target: where to deploy to + :type target: str | None """ if not target: user = "cd"