We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c13da commit 5f0b140Copy full SHA for 5f0b140
1 file changed
packages/plugins/encrypted-vault/src/cli/delete.command.ts
@@ -14,9 +14,9 @@ import { splitFullResolverPath } from '../lib/helpers';
14
15
export const DeleteItemCommand = createDmnoPluginCliCommand({
16
name: 'delete',
17
- summary: 'add item(s) to your encrypted vault file',
+ summary: 'delete item(s) from your encrypted vault file',
18
description: `
19
- adds items...
+ delete items...
20
`,
21
examples: [
22
{
0 commit comments