From f358118775306612942a5d365c77257721431936 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 10 Jan 2020 07:44:38 +0100 Subject: [PATCH] src/main.cpp: minor change to usage output. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f8ed9dd..84c78b7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -126,7 +126,7 @@ void usage(const char *name) { std::cout << " search: " << std::endl << " performs a search, finding public keys " - << "containing one or more words from ." + << "containing one or more words from (separated with ',')." #ifdef HAVE_THREADS << std::endl << " specify the number of parallel threads to use." #endif /* HAVE_THREADS */