Docs: show --all heartbeat example

This commit is contained in:
Peter Steinberger
2025-11-26 18:17:30 +01:00
parent c20a266a11
commit ebce6ef263
2 changed files with 24 additions and 6 deletions

View File

@@ -194,7 +194,7 @@ Examples:
warelay heartbeat # uses web session + first allowFrom contact
warelay heartbeat --verbose # prints detailed heartbeat logs
warelay heartbeat --to +1555123 # override destination
warelay heartbeat --all # send to every active session recipient`,
warelay heartbeat --all # send to every active session recipient or allowFrom entry`,
)
.action(async (opts) => {
setVerbose(Boolean(opts.verbose));