mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 08:38:11 +02:00
docs: remote names may not start or end with space
This commit is contained in:
committed by
Nick Craig-Wood
parent
683178a1f4
commit
f650a543ef
@ -340,6 +340,7 @@ Will get their own names
|
||||
Remote names are case sensitive, and must adhere to the following rules:
|
||||
- May only contain `0`-`9`, `A`-`Z`, `a`-`z`, `_`, `-`, `.` and space.
|
||||
- May not start with `-` or space.
|
||||
- May not end with space.
|
||||
|
||||
Quoting and the shell
|
||||
---------------------
|
||||
|
Reference in New Issue
Block a user