summaryrefslogtreecommitdiff
path: root/weather.go
diff options
context:
space:
mode:
Diffstat (limited to 'weather.go')
-rw-r--r--weather.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weather.go b/weather.go
index 0f46391..8325c41 100644
--- a/weather.go
+++ b/weather.go
@@ -111,7 +111,7 @@ type Weather struct {
}
var (
- bbc = flag.Bool("b", false, "use bbc as data source")
+ bbc = flag.Bool("b", true, "use bbc as data source")
numdays = flag.Int("n", 2, "number of days to show")
verbose = flag.Bool("v", false, "verbose: show all weather details")
)