Skip to content

Commit

Permalink
cmd: update help text for run (does not take files)
Browse files Browse the repository at this point in the history
  • Loading branch information
olt committed Jul 22, 2024
1 parent 7c850cb commit afffadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ func ParseRunImport(args []string) Base {
flags.DurationVar(&opts.ReplicationInterval, "replication-interval", time.Minute, "replication interval as duration (1m, 1h, 24h)")

flags.Usage = func() {
fmt.Fprintf(os.Stderr, "Usage: %s %s [args] [.osc.gz, ...]\n\n", os.Args[0], os.Args[1])
fmt.Fprintf(os.Stderr, "Usage: %s %s [args]\n\n", os.Args[0], os.Args[1])
flags.PrintDefaults()
os.Exit(2)
}
Expand Down

0 comments on commit afffadb

Please sign in to comment.