Add hint to man page.

This commit is contained in:
tastytea 2021-05-24 06:03:32 +02:00
parent 3ad4e49e3d
commit 5ac7f92f1d
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{