We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbc778 commit e51786dCopy full SHA for e51786d
cmd/pbm/main.go
@@ -132,7 +132,7 @@ func main() {
132
backupCmd.Flag("wait", "Wait for the backup to finish").
133
Short('w').
134
BoolVar(&backupOptions.wait)
135
- backupCmd.Flag("list-files", "Wait for the backup to finish").
+ backupCmd.Flag("list-files", "Shows the list of files per node to copy (only for external backups)").
136
Short('l').
137
BoolVar(&backupOptions.externList)
138
0 commit comments