Keep comments on combinatory arguments consistent. (#1622)

This commit is contained in:
Peter Avila 2021-02-19 00:57:24 -05:00 committed by GitHub
parent 8646bb2c89
commit 1e966a9ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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