Skip to content

Commit 5f0b140

Browse files
authored
chore(encrypted-vault): fixed typos delete command (#223)
1 parent e9c13da commit 5f0b140

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/plugins/encrypted-vault/src/cli/delete.command.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import { splitFullResolverPath } from '../lib/helpers';
1414

1515
export const DeleteItemCommand = createDmnoPluginCliCommand({
1616
name: 'delete',
17-
summary: 'add item(s) to your encrypted vault file',
17+
summary: 'delete item(s) from your encrypted vault file',
1818
description: `
19-
adds items...
19+
delete items...
2020
`,
2121
examples: [
2222
{

0 commit comments

Comments
 (0)