diff options
author | Sergei Shilovsky <sshilovsky@gmail.com> | 2022-06-22 16:50:31 +0300 |
---|---|---|
committer | Sergei Shilovsky <sshilovsky@gmail.com> | 2022-06-22 16:50:31 +0300 |
commit | 5f0721a9746d5fb6a04f05ec16f6b4e77213aa05 (patch) | |
tree | 90c2c31557b52dde4fa644230335668b84f99e20 /src | |
parent | 107362fbf2f08f20b600d2e8dd32cdee441b71c4 (diff) | |
download | bindfs-5f0721a9746d5fb6a04f05ec16f6b4e77213aa05.tar.gz |
fix typo in man
Diffstat (limited to 'src')
-rw-r--r-- | src/bindfs.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindfs.1 b/src/bindfs.1 index ea77cf8..c71f988 100644 --- a/src/bindfs.1 +++ b/src/bindfs.1 @@ -77,7 +77,7 @@ Example usage: \& bindfs --map-passwd=/mnt/orig/etc/passwd \\ .br -\& \--map-passwd=/mnt/orig/etc/group \\ +\& \--map-group=/mnt/orig/etc/group \\ .br \& /mnt/orig /mnt/mapped |