aboutsummaryrefslogtreecommitdiffstats
path: root/lib/helper.c
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-10-11 10:12:08 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-10-11 10:12:08 +0000
commitb75d4b9bc09ff071b2dfcdf632a7382733e7fa8b (patch)
tree9db2134cbeec178da7684fe67136d06992798e0f /lib/helper.c
parent7f54fb491cd1250fdb0f9c7d1acb2a1408c2030c (diff)
downloadlibfuse-b75d4b9bc09ff071b2dfcdf632a7382733e7fa8b.tar.gz
spelling fix
Diffstat (limited to 'lib/helper.c')
-rw-r--r--lib/helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/helper.c b/lib/helper.c
index 75959e2..b078c25 100644
--- a/lib/helper.c
+++ b/lib/helper.c
@@ -28,7 +28,7 @@ static void usage(const char *progname)
"FUSE options:\n"
" -d enable debug output (implies -f)\n"
" -f foreground operation\n"
- " -s disable multithreaded operation\n"
+ " -s disable multi-threaded operation\n"
" -r mount read only (equivalent to '-o ro')\n"
" -o opt,[opt...] mount options\n"
" -h print help\n"