From 2d4c9acf72a1ef10bf62e32430da37331038d474 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 20 May 2024 22:57:05 +0200 Subject: docs: clarify help text for --replace --- searchix.go | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/searchix.go b/searchix.go index 26c8148..384dfe7 100644 --- a/searchix.go +++ b/searchix.go @@ -30,12 +30,8 @@ var ( "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 { -- cgit 1.4.1