From 7fef1b87f6ce5d55f48d9c5d4e3a363660447533 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 2 Jun 2016 14:20:49 -0700 Subject: [PATCH] dll: fuse: fix usage message --- src/dll/fuse/fuse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dll/fuse/fuse.c b/src/dll/fuse/fuse.c index cfa27043..87242a60 100644 --- a/src/dll/fuse/fuse.c +++ b/src/dll/fuse/fuse.c @@ -402,7 +402,7 @@ static int fsp_fuse_core_opt_proc(void *opt_data0, const char *arg, int key, case 'h': FspServiceLog(EVENTLOG_ERROR_TYPE, L"" FSP_FUSE_LIBRARY_NAME " options:\n" - " -o SectorSize=N sector size for Windows (512-4096, deflt: 4096)\n" + " -o SectorSize=N sector size for Windows (512-4096, deflt: 512)\n" " -o SectorsPerAllocationUnit=N allocation unit size (deflt: 1*SectorSize)\n" " -o MaxComponentLength=N max file name component length (deflt: 255)\n" " -o VolumeCreationTime=T volume creation time (FILETIME hex format)\n"