Add hint to man page.
This commit is contained in:
parent
3ad4e49e3d
commit
5ac7f92f1d
|
@ -104,6 +104,8 @@ po::variables_map parse_options(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
cout << translate("Usage: epubgrep [OPTION]… PATTERN [FILE]…\n");
|
cout << translate("Usage: epubgrep [OPTION]… PATTERN [FILE]…\n");
|
||||||
cout << options_visible;
|
cout << options_visible;
|
||||||
|
cout << translate("\nYou can access the full manual "
|
||||||
|
"with `man epubgrep`.\n");
|
||||||
}
|
}
|
||||||
else if (vm.count("version") != 0)
|
else if (vm.count("version") != 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user