Skip to content

Commit 9291b3c

Browse files
authored
Merge pull request #233 from dgageot/fix-226
Fix usage of cagent listen
2 parents 8a370b3 + 4e9e408 commit 9291b3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $ cagent run config.yaml --debug # Enable debug logging
4242

4343
# API Server (HTTP REST API)
4444
$ cagent api config.yaml
45-
$ cagent api config.yaml --port 8080
45+
$ cagent api config.yaml --listen :8080
4646

4747
# Project Management
4848
$ cagent new # Initialize new project

0 commit comments

Comments
 (0)