1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-15 15:53:41 +00:00

doc: fix typos throughout docs

This commit is contained in:
Martin Michlmayr
2020-05-19 19:02:44 +08:00
committed by GitHub
parent bcbfad1482
commit fb169a8b54
32 changed files with 66 additions and 66 deletions

View File

@@ -9,7 +9,7 @@
set -e
#when adding a tool to the list make sure to also add it's corresponding command further in the script
#when adding a tool to the list make sure to also add its corresponding command further in the script
unzip_tools_list=('unzip' '7z' 'busybox')
usage() { echo "Usage: curl https://rclone.org/install.sh | sudo bash [-s beta]" 1>&2; exit 1; }