Skip to content

Commit 8f55be0

Browse files
committed
sync: fix docs
1 parent 2315699 commit 8f55be0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cmd/span-crossref-sync/main.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
//
44
// Example usage:
55
//
6-
// $ span-crossref-sync -p zstd \ # compress program
7-
// -P feed-1- \ # file prefix
8-
// -i d \ # interval (daily)
9-
// -verbose \ # verbose
10-
// -t 30m \ # timeout
11-
// -s 2022-01-01 \ # start
12-
// -e 2023-05-01 \ # end
13-
// -c /data/finc/crossref/ # cache dir
6+
// $ span-crossref-sync -p zstd \ # compress program
7+
// -P feed-1- \ # file prefix
8+
// -i d \ # interval (daily)
9+
// -verbose \ # verbose
10+
// -t 30m \ # timeout
11+
// -s 2022-01-01 \ # start
12+
// -e 2023-05-01 \ # end
13+
// -c /data/finc/crossref/ # cache dir
1414
//
1515
// This can run independently of other conversion processes, e.g. in a daily
1616
// cron job. Processes that need this data can manually find files or create a

0 commit comments

Comments
 (0)