mirror of
https://github.com/phatina/simple-mtpfs
synced 2024-12-26 16:42:54 +00:00
add bugreport address to help message
This commit is contained in:
parent
1544b56e84
commit
49f47acae2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user