From 1c04c8291e81628dc3b62a48bdbcb3fe221a16f9 Mon Sep 17 00:00:00 2001 From: Seednode Date: Thu, 5 Oct 2023 11:18:21 -0500 Subject: [PATCH] Reword 'Selecting from' as 'Selected' when indexing files --- cmd/files.go | 2 +- cmd/root.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/files.go b/cmd/files.go index c2bf40d..fc3dd30 100644 --- a/cmd/files.go +++ b/cmd/files.go @@ -419,7 +419,7 @@ Poll: } if Verbose { - fmt.Printf("%s | INDEX: Selecting from %d/%d files across %d/%d directories in %s\n", + fmt.Printf("%s | INDEX: Selected %d/%d files across %d/%d directories in %s\n", time.Now().Format(logDate), filesMatched, filesMatched+filesSkipped, diff --git a/cmd/root.go b/cmd/root.go index 9ba2aa0..e0c0a38 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -12,7 +12,7 @@ import ( ) const ( - ReleaseVersion string = "2.7.0" + ReleaseVersion string = "2.7.1" ) var (