mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01:00
Corrected help command string (#3560)
This commit is contained in:
parent
f72ef2dce5
commit
144d0a8beb
@ -139,7 +139,7 @@ export class SendProgram extends Program {
|
||||
return new program.Command("template")
|
||||
.arguments("<object>")
|
||||
.description("Get json templates for send objects", {
|
||||
object: "Valid objects are: send, send.text, send.file",
|
||||
object: "Valid objects are: send.text, send.file",
|
||||
})
|
||||
.action(async (object) => {
|
||||
const cmd = new GetCommand(
|
||||
|
Loading…
Reference in New Issue
Block a user