From 2f2ea9ec9177a6e53433d885b21169bd7900b756 Mon Sep 17 00:00:00 2001 From: mamoodi Date: Wed, 11 Dec 2024 21:03:06 -0500 Subject: [PATCH] Update the doc for headless to include no continue (#5537) --- docs/modules/usage/how-to/headless-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/usage/how-to/headless-mode.md b/docs/modules/usage/how-to/headless-mode.md index dfd4dd5e3e..ff5e622de6 100644 --- a/docs/modules/usage/how-to/headless-mode.md +++ b/docs/modules/usage/how-to/headless-mode.md @@ -55,5 +55,5 @@ docker run -it \ --add-host host.docker.internal:host-gateway \ --name openhands-app-$(date +%Y%m%d%H%M%S) \ docker.all-hands.dev/all-hands-ai/openhands:0.15 \ - python -m openhands.core.main -t "write a bash script that prints hi" + python -m openhands.core.main -t "write a bash script that prints hi" --no-auto-continue ```