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 năm trước cách đây
mục cha
commit
36e4b6d69a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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
 
 ```bash
-$ edgevpn file-send 'unique-id' '/src/path'
+$ edgevpn file-send --name unique-id --path /src/path
 ```
 
 ### Receiving
 
 ```bash
-$ edgevpn file-receive 'unique-id' '/dst/path'
+$ edgevpn file-receive --name unique-id --path /dst/path
 ```