aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bindfs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bindfs.c b/src/bindfs.c
index c7682b1..8b6a23a 100644
--- a/src/bindfs.c
+++ b/src/bindfs.c
@@ -1693,10 +1693,10 @@ 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-group=<groupfile> Load gid mapping from <groupfile>.\n"
- " --map-passwd-rev=<passwdfile> Load reversed uid mapping from <passwdfile>.\n"
- " --map-group-rev=<groupfile> Load reversed gid mapping from <groupfile>.\n"
+ " --map-passwd=... Load uid mapping from passwd-like file.\n"
+ " --map-group=... Load gid mapping from group-like file.\n"
+ " --map-passwd-rev=... Load reversed uid mapping from passwd-like file.\n"
+ " --map-group-rev=... Load reversed gid mapping from group-like file.\n"
" --uid-offset=... Set file uid = uid + offset.\n"
" --gid-offset=... Set file gid = gid + offset.\n"
"\n"