Skip to content

Commit e51786d

Browse files
authored
Fix help for list-file option (#919)
1 parent fcbc778 commit e51786d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/pbm/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func main() {
132132
backupCmd.Flag("wait", "Wait for the backup to finish").
133133
Short('w').
134134
BoolVar(&backupOptions.wait)
135-
backupCmd.Flag("list-files", "Wait for the backup to finish").
135+
backupCmd.Flag("list-files", "Shows the list of files per node to copy (only for external backups)").
136136
Short('l').
137137
BoolVar(&backupOptions.externList)
138138

0 commit comments

Comments
 (0)