Browse Source

Remove usage printing regression in mount_bsd

pull/956/head
Antonio SJ Musumeci 3 years ago
parent
commit
5263a65dcf
  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