diff options
author | Sergei Shilovsky <sshilovsky@gmail.com> | 2022-06-24 11:22:21 +0300 |
---|---|---|
committer | Sergei Shilovsky <sshilovsky@gmail.com> | 2022-06-24 11:22:21 +0300 |
commit | 458763aa26097fa064feec60ef45f29ffc736196 (patch) | |
tree | ce7f71d5159eab1d2acacd737e66bd45e1291172 /src/bindfs.c | |
parent | ecd00abe3f602c1feb3feca5d39345cd31a72db7 (diff) | |
download | bindfs-458763aa26097fa064feec60ef45f29ffc736196.tar.gz |
Line up another option in --help
Diffstat (limited to 'src/bindfs.c')
-rw-r--r-- | src/bindfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindfs.c b/src/bindfs.c index 8b6a23a..d3390cf 100644 --- a/src/bindfs.c +++ b/src/bindfs.c @@ -1754,7 +1754,7 @@ static void print_usage(const char *progname) " --block-devices-as-files Show block devices as regular files.\n" " --multithreaded Enable multithreaded mode. See man page\n" " for security issue with current implementation.\n" - " --forward-odirect=... Forward O_DIRECT (it's cleared by default).\n" + " --forward-odirect=... Forward O_DIRECT (it's cleared by default).\n" "\n" "FUSE options:\n" " -o opt[,opt,...] Mount options.\n" |