Skip to content

Commit

Permalink
Correct bw send get -h internal CLI documentation (#3576)
Browse files Browse the repository at this point in the history
  • Loading branch information
atjbramley committed Sep 21, 2022
1 parent 144d0a8 commit 8cc5418
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/cli/src/send.program.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@ export class SendProgram extends Program {
writeLn("");
writeLn(" Examples:");
writeLn("");
writeLn(" bw get send searchText");
writeLn(" bw get send id");
writeLn(" bw get send searchText --text");
writeLn(" bw get send searchText --file");
writeLn(" bw get send searchText --file --output ../Photos/photo.jpg");
writeLn(" bw get send searchText --file --raw");
writeLn(" bw send get searchText");
writeLn(" bw send get id");
writeLn(" bw send get searchText --text");
writeLn(" bw send get searchText --file");
writeLn(" bw send get searchText --file --output ../Photos/photo.jpg");
writeLn(" bw send get searchText --file --raw");
writeLn("", true);
})
.action(async (id: string, options: program.OptionValues) => {
Expand Down

0 comments on commit 8cc5418

Please sign in to comment.