Skip to content

Commit 232ad6f

Browse files
jszobodyclaudehappy-otter
committed
Fix incorrect help text for verify command
The verify command checks vault setup, authentication, and permissions - not template placeholders. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent d5fa467 commit 232ad6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Shell/Commands/BuiltInCommands.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ protected function getCommandHelp(): array
416416
],
417417
'verify' => [
418418
'usage' => 'verify',
419-
'description' => 'Verify that all template placeholders can be resolved.',
419+
'description' => 'Verify vault configuration, authentication, and permissions.',
420420
'examples' => [
421421
'verify',
422422
],
@@ -501,7 +501,7 @@ protected function getHelpSections(): array
501501
],
502502
'<comment>Analysis & Export</comment>' => [
503503
'export' => 'Export secrets interactively',
504-
'verify' => 'Verify template placeholders',
504+
'verify' => 'Verify vault setup and permissions',
505505
'info' => 'Show Keep information',
506506
],
507507
'<comment>Other</comment>' => [

0 commit comments

Comments
 (0)