From 7e038152c1f92e4f05078bdb5d0c6d186eaaf36e Mon Sep 17 00:00:00 2001 From: George Margaritis Date: Tue, 9 May 2023 12:09:51 +0300 Subject: [PATCH] docs: update services variable description (cherry picked from commit c781960e7088a9841f3a0927cb38a54e9a13139c) --- cycleops/services.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cycleops/services.py b/cycleops/services.py index 329f2a1..920a607 100644 --- a/cycleops/services.py +++ b/cycleops/services.py @@ -61,7 +61,7 @@ def create( variables: Optional[List[str]] = typer.Option( None, "--variable", - help="Variable key-value pairs (e.g. container.image=nginx:1.23).", + help="Variable key-value pairs (e.g. containers.0.image=nginx:1.23).", ), ) -> None: """ @@ -103,7 +103,7 @@ def update( variables: Optional[List[str]] = typer.Option( None, "--variable", - help="Variable key-value pairs (e.g. container.image=nginx:1.23).", + help="Variable key-value pairs (e.g. containers.0.image=nginx:1.23).", ), ) -> None: """