Browse Source

Merge pull request #956 from trapexit/mount-bsd

Remove usage printing regression in mount_bsd
pull/957/head
trapexit 3 years ago
committed by GitHub
parent
commit
2da5cda4b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libfuse/lib/mount_bsd.c

2
libfuse/lib/mount_bsd.c

@ -97,8 +97,6 @@ static const struct fuse_opt fuse_mount_opts[] = {
static void mount_help(void)
{
fprintf(stderr,
);
system(FUSERMOUNT_PROG " --help");
fputc('\n', stderr);
}

Loading…
Cancel
Save