add bugreport address to help message

This commit is contained in:
Peter Hatina 2012-10-01 18:03:41 +02:00
parent 1544b56e84
commit 49f47acae2
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ void SMTPFileSystem::printHelp() const
fuse_opt_add_arg(&args, "-ho");
fuse_main(args.argc, args.argv, &tmp_operations, nullptr);
fuse_opt_free_args(&args);
std::cout << "\nReport bugs to <" << PACKAGE_BUGREPORT << ">.\n";
}
void SMTPFileSystem::printVersion() const