From ee4dc7c2305e1571c7234c84fafb96d6db875ac4 Mon Sep 17 00:00:00 2001
From: Raphael Dittberner <raphael@dittberner.info>
Date: Thu, 15 May 2025 17:25:11 +0200
Subject: [PATCH] corrected a single parenthesis

---
 main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.py b/main.py
index 911c829..ccdee13 100755
--- a/main.py
+++ b/main.py
@@ -10,7 +10,7 @@ def main():
                     start: start one specific service or all services at once;
                     stop: stop one specific service or all services at once;
                     shell: run a shell in an existing service;
-                    karaf: run a karaf shell in an existing service (only useful for openHAB;
+                    karaf: run a karaf shell in an existing service (only useful for openHAB);
                     down: stop all services and delete their pods""")
 
     if "REPO" in os.environ: