diff --git a/src/send.program.ts b/src/send.program.ts index d482b6ccbd..8edb1f34c9 100644 --- a/src/send.program.ts +++ b/src/send.program.ts @@ -82,7 +82,7 @@ export class SendProgram extends Program { .option('--passwordenv ', 'Environment variable storing the Send\'s password') .option('--passwordfile ', 'Path to a file containing the Send\s password as its first line') .option('--obj', 'Return the Send\'s json object rather than the Send\'s content') - .option('--output', 'Specify a file path to save a File-type Send to') + .option('--output ', 'Specify a file path to save a File-type Send to') .on('--help', () => { writeLn(''); writeLn('If a password is required, the provided password is used or the user is prompted.');