From 1e966a9ff13d659c92f61be362751d9cc16677bd Mon Sep 17 00:00:00 2001 From: Peter Avila <10645510+peter-avila@users.noreply.github.com> Date: Fri, 19 Feb 2021 00:57:24 -0500 Subject: [PATCH] Keep comments on combinatory arguments consistent. (#1622) --- rsync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync.md b/rsync.md index 597f325e0..ec5d0be30 100644 --- a/rsync.md +++ b/rsync.md @@ -88,7 +88,7 @@ rsync -avz ./src/ /dest -t, --times # preserve times -g, --group # preserve group -o, --owner # preserve owner --D # --devices --specials +-D # same as --devices --specials ``` ```bash