Skip to content

Commit 5788da7

Browse files
Remove redundant 'point-in-time recovery' wording
1 parent 46c3151 commit 5788da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/tiger/mcp/service_tools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ WARNING: Creates billable resources.`,
348348
You must specify a fork strategy:
349349
- 'NOW': Fork at the current database state (creates new snapshot or uses WAL replay)
350350
- 'LAST_SNAPSHOT': Fork at the last existing snapshot (faster fork)
351-
- 'PITR': Fork at a specific point in time (point-in-time recovery)
351+
- 'PITR': Fork at a specific point in time (requires target_time parameter)
352352
353353
By default:
354354
- Name will be auto-generated as '{source-service-name}-fork'

0 commit comments

Comments
 (0)