docs: clarify help text for --replace
Alan Pearce alan@alanpearce.eu
Mon, 20 May 2024 22:57:05 +0200
1 files changed, 2 insertions(+), 6 deletions(-)
jump to
M searchix.go → searchix.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 {