From a0bd8a687986794603a32a0686b285b0b755e560 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Thu, 9 Apr 2026 20:01:12 +0300 Subject: [PATCH] Update capture-ai.sh --- capture-ai.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/capture-ai.sh b/capture-ai.sh index b4723e9..adc0e01 100644 --- a/capture-ai.sh +++ b/capture-ai.sh @@ -82,8 +82,8 @@ sys.exit(1) *) echo "Usage:" - echo " capture-ai.sh image" - echo " capture-ai.sh text" - echo " capture-ai.sh cli" + echo " capture-ai.sh image - Take a screenshot and start using it directly in the app" + echo " capture-ai.sh text - Start the app without an image (text mode)" + echo " capture-ai.sh cli - Run the app in terminal mode" ;; esac