Browse Source

Update file-send/receive commands

the current implementation expects flags for name and path

Signed-off-by: Mauro Morales <[email protected]>
Mauro Morales 1 year ago
parent
commit
36e4b6d69a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/content/en/docs/Concepts/Overview/files.md

+ 2 - 2
docs/content/en/docs/Concepts/Overview/files.md

@@ -16,11 +16,11 @@ Sending and receiving files, as services, don't establish a VPN connection.
 ### Sending
 ### Sending
 
 
 ```bash
 ```bash
-$ edgevpn file-send 'unique-id' '/src/path'
+$ edgevpn file-send --name unique-id --path /src/path
 ```
 ```
 
 
 ### Receiving
 ### Receiving
 
 
 ```bash
 ```bash
-$ edgevpn file-receive 'unique-id' '/dst/path'
+$ edgevpn file-receive --name unique-id --path /dst/path
 ```
 ```