Skip to content

Commit

Permalink
fix: deficiency in one-to-one flag help text
Browse files Browse the repository at this point in the history
  • Loading branch information
maeb committed Oct 21, 2024
1 parent 8ad4486 commit ffa0bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/internal/flag/warcwriterconfig_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ output file name (prefix and suffix might still change). In this mode exactly on

OneToOne = "one-to-one"
OneToOneHelp = `write each input file to a separate output file
The same as --concurrent-writers=1, and --name-generator=identity`
The same as --concurrent-writers=1, --file-size=0 and --name-generator=identity`
)

type WarcWriterConfigFlags struct {
Expand Down

0 comments on commit ffa0bf0

Please sign in to comment.