about summary refs log tree commit diff stats
path: root/searchix.go
diff options
context:
space:
mode:
authorAlan Pearce2024-05-14 20:04:14 +0200
committerAlan Pearce2024-05-14 20:04:14 +0200
commit606030924bbfeec7a1ff42351c844bb20eb6dc08 (patch)
treef8d18a6c90edea03c8b46419630f0a16721c288d /searchix.go
parent8e22448e4dd53b284ba48bdf4ebf810bec489b41 (diff)
downloadsearchix-606030924bbfeec7a1ff42351c844bb20eb6dc08.tar.lz
searchix-606030924bbfeec7a1ff42351c844bb20eb6dc08.tar.zst
searchix-606030924bbfeec7a1ff42351c844bb20eb6dc08.zip
build: improve --help output
Diffstat (limited to 'searchix.go')
-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")
 )