summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crawler/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawler/main.go b/crawler/main.go
index a58310a..0f417b2 100644
--- a/crawler/main.go
+++ b/crawler/main.go
@@ -67,7 +67,7 @@ func main() {
}
// prints all crawlable shops
- _flag := flag.Lookup("shops")
+ _flag := flag.Lookup("list-shops")
if _flag != nil && "true" == _flag.Value.String() {
log.SetLevel(log.InfoLevel)
for _, shop := range shops {