diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2017-02-04 02:15:28 +0000 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2017-02-04 02:15:28 +0000 |
commit | 040989a14ad2265f4835121fd138654f6424150f (patch) | |
tree | 26f0f275afd187bae3a807669a533ff10143b7d1 /src/bindfs.c | |
parent | 688e4ac783a0e4fcf3a6ea4e09c77ac706d70854 (diff) | |
download | bindfs-040989a14ad2265f4835121fd138654f6424150f.tar.gz |
Deprecate -n as an alias for --no-allow-other.
This partially addresses #48.
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 c87b3d8..b38e598 100644 --- a/src/bindfs.c +++ b/src/bindfs.c @@ -1424,7 +1424,7 @@ static void print_usage(const char *progname) " --write-rate=... Limit to bytes/sec that can be written.\n" "\n" "Miscellaneous:\n" - " -n --no-allow-other Do not add -o allow_other to fuse options.\n" + " --no-allow-other Do not add -o allow_other to fuse options.\n" " --realistic-permissions Hide permission bits for actions mounter can't do.\n" " --ctime-from-mtime Read file properties' change time\n" " from file content modification time.\n" |