From 9ffe64abe1916d1f82ad593e5106fdfaad92e2d8 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 26 Jul 2013 16:20:28 +0200 Subject: Print help on stdout instead of stderr --- lib/mount_bsd.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/mount_bsd.c') diff --git a/lib/mount_bsd.c b/lib/mount_bsd.c index 52c55f5..8f3acf0 100644 --- a/lib/mount_bsd.c +++ b/lib/mount_bsd.c @@ -102,9 +102,7 @@ static const struct fuse_opt fuse_mount_opts[] = { static void mount_help(void) { - fprintf(stderr, - " -o allow_root allow access to root\n" - ); + printf(" -o allow_root allow access to root\n"); system(FUSERMOUNT_PROG " --help"); fputc('\n', stderr); } -- cgit v1.2.3