diff --git a/src/simple-mtpfs-fuse.cpp b/src/simple-mtpfs-fuse.cpp index 00c73f1..e1d9f26 100644 --- a/src/simple-mtpfs-fuse.cpp +++ b/src/simple-mtpfs-fuse.cpp @@ -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 << " " #endif // HAVE_LIBUSB1