Browse Source
Merge pull request #956 from trapexit/mount-bsd
Remove usage printing regression in mount_bsd
pull/957/head
trapexit
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
libfuse/lib/mount_bsd.c
|
@ -97,8 +97,6 @@ static const struct fuse_opt fuse_mount_opts[] = { |
|
|
|
|
|
|
|
|
static void mount_help(void) |
|
|
static void mount_help(void) |
|
|
{ |
|
|
{ |
|
|
fprintf(stderr, |
|
|
|
|
|
); |
|
|
|
|
|
system(FUSERMOUNT_PROG " --help"); |
|
|
system(FUSERMOUNT_PROG " --help"); |
|
|
fputc('\n', stderr); |
|
|
fputc('\n', stderr); |
|
|
} |
|
|
} |
|
|