File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/content/pgo-client/reference Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ var deleteBackupCmd = &cobra.Command{
303303Short : "Delete a backup" ,
304304Long : `Delete a backup from pgBackRest. Requires a target backup. For example:
305305
306- pgo delete backup hippo --target=20201220-171801F` ,
306+ pgo delete backup clustername --target=20201220-171801F` ,
307307Run : func (cmd * cobra.Command , args []string ) {
308308if len (args ) == 0 {
309309fmt .Println ("Error: A cluster name is required for this command." )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Delete a backup
99
1010Delete a backup from pgBackRest. Requires a target backup. For example:
1111
12- pgo delete backup hippo --target=20201220-171801F
12+ pgo delete backup clustername --target=20201220-171801F
1313
1414```
1515pgo delete backup [flags]
You can’t perform that action at this time.
0 commit comments