From 5ac7f92f1d6cf968aad89021d534dfbf82c1a358 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 24 May 2021 06:03:32 +0200 Subject: [PATCH] Add hint to man page. --- src/options.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/options.cpp b/src/options.cpp index 74539e8..97a1bb7 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -104,6 +104,8 @@ po::variables_map parse_options(int argc, char *argv[]) { cout << translate("Usage: epubgrep [OPTION]… PATTERN [FILE]…\n"); cout << options_visible; + cout << translate("\nYou can access the full manual " + "with `man epubgrep`.\n"); } else if (vm.count("version") != 0) {