From 990fa5c1e1abe3ef09a32115c4817f9a5fa3a797 Mon Sep 17 00:00:00 2001 From: Samuel Henrique Date: Fri, 29 Dec 2023 15:23:27 +0000 Subject: [PATCH] rrsync: fix wrong parameter name in manpage SYNOPSIS MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Replace ¨rw¨ with ¨ro¨. Reported on Debian by Adriano Rafael Gomes --- support/rrsync.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/rrsync.1.md b/support/rrsync.1.md index 5f33930e..09b2f282 100644 --- a/support/rrsync.1.md +++ b/support/rrsync.1.md @@ -5,7 +5,7 @@ rrsync - a script to setup restricted rsync users via ssh logins ## SYNOPSIS ``` -rrsync [-ro|-rw] [-munge] [-no-del] [-no-lock] [-no-overwrite] DIR +rrsync [-ro|-wo] [-munge] [-no-del] [-no-lock] [-no-overwrite] DIR ``` The single non-option argument specifies the restricted _DIR_ to use. It can be -- 2.47.2