From 0b50ee8328cff91a90b1b70d9c3184384769111b Mon Sep 17 00:00:00 2001 From: voommen-livefront Date: Wed, 2 Apr 2025 10:14:01 -0500 Subject: [PATCH] PM-919 update help for send-get --- apps/cli/src/tools/send/send.program.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/cli/src/tools/send/send.program.ts b/apps/cli/src/tools/send/send.program.ts index c299bfd85cf..36441d75988 100644 --- a/apps/cli/src/tools/send/send.program.ts +++ b/apps/cli/src/tools/send/send.program.ts @@ -186,9 +186,9 @@ export class SendProgram extends BaseProgram { writeLn(" bw send get searchText"); writeLn(" bw send get id"); writeLn(" bw send get searchText --text"); - writeLn(" bw send download id --file"); - writeLn(" bw send download id --output ../Photos/photo.jpg"); - writeLn(" bw send download id --file --raw"); + writeLn(" bw send get id --file"); + writeLn(" bw send get id --output ../Photos/photo.jpg"); + writeLn(" bw send get id --file --raw"); writeLn("", true); }) .action(async (id: string, options: OptionValues) => {