Skip to content

Commit

Permalink
Settings, not annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Landreth committed Oct 27, 2023
1 parent 05b43d8 commit fe4e162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/reference/pgo_restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pgo restore hippo --force-conflicts
### Options

```
--force-conflicts take ownership and overwrite the restore annotation
--force-conflicts take ownership and overwrite the restore settings
-h, --help help for restore
--options stringArray options to pass to the "pgbackrest restore" command; can be used multiple times
--repoName string repository to restore from
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pgo restore hippo --force-conflicts
cmd.Flags().StringVar(&restore.RepoName, "repoName", "",
"repository to restore from")

cmd.Flags().BoolVar(&restore.ForceConflicts, "force-conflicts", false, "take ownership and overwrite the restore annotation")
cmd.Flags().BoolVar(&restore.ForceConflicts, "force-conflicts", false, "take ownership and overwrite the restore settings")

// Only one positional argument: the PostgresCluster name.
cmd.Args = cobra.ExactArgs(1)
Expand Down

0 comments on commit fe4e162

Please sign in to comment.