Skip to content

Commit afffadb

Browse files
committed
cmd: update help text for run (does not take files)
1 parent 7c850cb commit afffadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ func ParseRunImport(args []string) Base {
301301
flags.DurationVar(&opts.ReplicationInterval, "replication-interval", time.Minute, "replication interval as duration (1m, 1h, 24h)")
302302

303303
flags.Usage = func() {
304-
fmt.Fprintf(os.Stderr, "Usage: %s %s [args] [.osc.gz, ...]\n\n", os.Args[0], os.Args[1])
304+
fmt.Fprintf(os.Stderr, "Usage: %s %s [args]\n\n", os.Args[0], os.Args[1])
305305
flags.PrintDefaults()
306306
os.Exit(2)
307307
}

0 commit comments

Comments
 (0)