diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-10-11 10:12:08 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-10-11 10:12:08 +0000 |
commit | b75d4b9bc09ff071b2dfcdf632a7382733e7fa8b (patch) | |
tree | 9db2134cbeec178da7684fe67136d06992798e0f /lib/helper.c | |
parent | 7f54fb491cd1250fdb0f9c7d1acb2a1408c2030c (diff) | |
download | libfuse-b75d4b9bc09ff071b2dfcdf632a7382733e7fa8b.tar.gz |
spelling fix
Diffstat (limited to 'lib/helper.c')
-rw-r--r-- | lib/helper.c | 2 |
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" |