diff --git a/src/parse_options.cpp b/src/parse_options.cpp index 9fe9c99..dfb05ca 100644 --- a/src/parse_options.cpp +++ b/src/parse_options.cpp @@ -55,11 +55,12 @@ const options parse_options(const int argc, const char *argv[]) "", &span); op.add> ("s", "search-tags", - "Search for tags. Format: tag1 AND tag2 OR tag3.", + "Search in tags. Format: tag1 AND tag2 OR tag3.", "", &search_tags); op.add> ("", "search-all", - "", "Search tags, title, description and full text.", &search_all); + "Search in tags, title, description and full text.", + "", &search_all); auto option_help = op.add ("h", "help", "Show this help message."); auto option_version = op.add