about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--searchix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchix.go b/searchix.go
index 1cdae70..217dc1a 100644
--- a/searchix.go
+++ b/searchix.go
@@ -18,7 +18,7 @@ import (
 )
 
 var (
-	configFile = flag.String("config", "config.toml", "config file to use")
+	configFile = flag.String("config", "config.toml", "config `file` to use")
 	liveReload = flag.Bool("live", false, "whether to enable live reloading (development)")
 	replace    = flag.Bool("replace", false, "whether to replace existing database, if it exists")
 )