1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 19:35:27 +02:00

rsync: removed trailing white space

This commit is contained in:
Ondrej Brinkel 2017-12-05 19:45:51 +01:00 committed by GitHub
parent 6b953f6a20
commit 915bec1e00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,4 +30,3 @@
- Transfer file over SSH and show global progress:
`rsync -e ssh --info=progress2 {{remote_host_name}}:{{remote_file}} {{local_file}}`