From 617985a5c25d5c698a3fc4a0f7e27c0b758301aa Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 1 May 2025 03:05:17 +0300 Subject: [PATCH] wormhole: add example (#16277) * Update wormhole.md * Update wormhole.md --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages/common/wormhole.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/wormhole.md b/pages/common/wormhole.md index 652e8472cc..5f693d8867 100644 --- a/pages/common/wormhole.md +++ b/pages/common/wormhole.md @@ -14,3 +14,7 @@ - Send raw text: `wormhole send` + +- Send a file with a custom code phrase: + +`wormhole send --code {{custom_code}} {{path/to/file}}`