From 5f0d33af1a5f709314c046b6dee40a63353f4363 Mon Sep 17 00:00:00 2001 From: Cédric Jeanneret Date: Mon, 26 Oct 2020 19:28:17 +0100 Subject: Correct the scp URI A standard `scp` call implies a ":" between the remote host and the remote path. Let's reflect it in the doc to avoid any confusion. --- docs/system/user-management.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/system/user-management.rst') diff --git a/docs/system/user-management.rst b/docs/system/user-management.rst index d3dcc378..6d89735f 100644 --- a/docs/system/user-management.rst +++ b/docs/system/user-management.rst @@ -78,7 +78,7 @@ The third part is simply an identifier, and is for your own reference. using one of the following :abbr:`URIs (Uniform Resource Identifier)`: * ```` - Load from file on local filesystem path - * ``scp://@/`` - Load via SCP from remote machine + * ``scp://@:/`` - Load via SCP from remote machine * ``sftp://@/`` - Load via SFTP from remote machine * ``ftp://@/`` - Load via FTP from remote machine * ``http:///`` - Load via HTTP from remote machine -- cgit v1.2.3