all repos — searchix @ 2d4c9acf72a1ef10bf62e32430da37331038d474

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

docs: clarify help text for --replace
Alan Pearce alan@alanpearce.eu
Mon, 20 May 2024 22:57:05 +0200
commit

2d4c9acf72a1ef10bf62e32430da37331038d474

parent

12d5d45a7894c3f6b6d598f9447de839d31436ef

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

jump to
M searchix.gosearchix.go
@@ -30,12 +30,8 @@ false, 		"print default configuration and exit",
 	)
 	liveReload = flag.Bool("live", false, "whether to enable live reloading (development)")
-	replace    = flag.Bool(
-		"replace",
-		false,
-		"whether to replace existing database, if it exists",
-	)
-	version = flag.Bool("version", false, "print version information")
+	replace    = flag.Bool("replace", false, "replace existing index and exit")
+	version    = flag.Bool("version", false, "print version information")
 )
 
 func nextOccurrenceOfLocalTime(t toml.LocalTime) time.Time {