polish help message, executable path

This commit is contained in:
Peter Hatina 2013-12-03 21:12:02 +01:00
parent ea9746c7db
commit 351554319b
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ void SMTPFileSystem::printHelp() const
struct fuse_args args = FUSE_ARGS_INIT(0, NULL);
struct fuse_operations tmp_operations;
memset(&tmp_operations, 0, sizeof(tmp_operations));
std::cerr << "usage: " << m_args.argv[0]
std::cerr << "usage: " << smtpfs_basename(m_args.argv[0])
#ifdef HAVE_LIBUSB1
<< " <source>"
#endif // HAVE_LIBUSB1