all repos — searchix @ 606030924bbfeec7a1ff42351c844bb20eb6dc08

Search engine for NixOS, nix-darwin, home-manager and NUR users

build: improve --help output
Alan Pearce alan@alanpearce.eu
Tue, 14 May 2024 20:04:14 +0200
commit

606030924bbfeec7a1ff42351c844bb20eb6dc08

parent

8e22448e4dd53b284ba48bdf4ebf810bec489b41

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M searchix.gosearchix.go
@@ -18,7 +18,7 @@ "github.com/pelletier/go-toml/v2" )
 
 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")
 )