diff options
author | Roland Tapken <roland@bitarbeiter.net> | 2020-05-08 09:20:06 +0200 |
---|---|---|
committer | Roland Tapken <roland@bitarbeiter.net> | 2020-05-08 09:20:06 +0200 |
commit | 38b32ba5fcad92d28311c6dc0415e41c69799a74 (patch) | |
tree | fa781ebc7aac75c57b00b6db2566c148035bcd54 /src | |
parent | 288b80487f20c5ae172d87dc3325bb63c0e7f6d4 (diff) | |
download | bindfs-38b32ba5fcad92d28311c6dc0415e41c69799a74.tar.gz |
Typo
Diffstat (limited to 'src')
-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 10c0432..7f69fb0 100644 --- a/src/bindfs.c +++ b/src/bindfs.c @@ -1546,7 +1546,7 @@ static void print_usage(const char *progname) " -M --mirror-only=... Like --mirror but disallow access for\n" " all other users.\n" " --map=user1/user2:... Let user2 see files of user1 as his own.\n" - " --map-passwd=<passwdfile Load uid mapping from <passwdfile>.\n" + " --map-passwd=<passwdfile> Load uid mapping from <passwdfile>.\n" " --map-group=<groupfile> Load gid mapping from <groupfile>.\n" " --uid-offset=... Set file uid = uid + offset.\n" " --gid-offset=... Set file gid = gid + offset.\n" |