docs: Add --dry-run to PI_WAKE_AGENT_TOOL.md

This commit is contained in:
Codex
2026-07-08 15:26:15 +02:00
parent 88eaf20363
commit 722ead5384

View File

@@ -46,7 +46,7 @@ python3 pi_wake_agent.py --install --interval 30m --session pi_test --msg "Wake
| `--sessions "A,B,C"` | Comma-separated list | | `--sessions "A,B,C"` | Comma-separated list |
| `--msg "MESSAGE"` | Wake message (default: "Operator says CONTINUE. Pi here!") | | `--msg "MESSAGE"` | Wake message (default: "Operator says CONTINUE. Pi here!") |
| `--count N` | Number of runs for `--succession` | | `--count N` | Number of runs for `--succession` |
| `--debug` | Enable debug logging | | `--dry-run` | Show what would be done without executing |
| `--help` | Show help | | `--help` | Show help |
--- ---