Skip to content

Commit 1a275c0

Browse files
cteclaude
andcommitted
fix(cli): correct example in install script
The example had incorrect flag usage: - `~/my-project` should use `-w` flag for workspace - `-P` is not a valid flag, prompt is a positional argument Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 1c7ccb7 commit 1a275c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cli/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ print_success() {
278278
echo ""
279279
echo " ${BOLD}Example:${NC}"
280280
echo " export OPENROUTER_API_KEY=sk-or-v1-..."
281-
echo " roo ~/my-project -P \"What is this project?\""
281+
echo " roo \"What is this project?\" -w ~/my-project"
282282
echo ""
283283
}
284284

0 commit comments

Comments
 (0)