From 497473c203f84cc26da96a51e0e19ab94a1a6e3a Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 12 May 2021 23:51:30 +0200 Subject: update flag help --- skate/cmd/skate-cleanup/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skate') diff --git a/skate/cmd/skate-cleanup/main.go b/skate/cmd/skate-cleanup/main.go index 06a80a2..cf43732 100644 --- a/skate/cmd/skate-cleanup/main.go +++ b/skate/cmd/skate-cleanup/main.go @@ -29,7 +29,7 @@ var ( bestEffort = flag.Bool("B", false, "only log errors, but do not stop") skipNonMatches = flag.Bool("S", false, "do not emit a line for non-matches") what = flag.String("c", "doi", "what to clean: doi, url") - extendedCleanup = flag.Bool("X", false, "extended cleanup for urls") + extendedCleanup = flag.Bool("X", false, "extended (and slower) cleanup for urls") PatDOI = regexp.MustCompile(`10[.][0-9]{1,8}/[^ ]*[\w]`) rxRelaxed = xurls.Relaxed() -- cgit v1.2.3