Skip to content

Commit c25821d

Browse files
R-M-Naveenclaude
andcommitted
fix(atxp): help text says 'enable' not 'manage' for notifications
Only the enable subcommand exists, so don't imply broader management. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 043ba5d commit c25821d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/atxp/src/help.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function showHelp(): void {
3131
console.log(' ' + chalk.cyan('agent') + ' ' + chalk.yellow('<command>') + ' ' + 'Create and manage agent accounts');
3232
console.log(' ' + chalk.cyan('memory') + ' ' + chalk.yellow('<command>') + ' ' + 'Manage, search, and back up agent memory files');
3333
console.log(' ' + chalk.cyan('contacts') + ' ' + chalk.yellow('<command>') + '' + 'Manage local contacts with cloud backup');
34-
console.log(' ' + chalk.cyan('notifications') + ' ' + chalk.yellow('<cmd>') + ' ' + 'Manage push notifications');
34+
console.log(' ' + chalk.cyan('notifications') + ' ' + chalk.yellow('enable') + ' ' + 'Enable push notifications');
3535
console.log(' ' + chalk.cyan('transactions') + ' ' + chalk.yellow('[options]') + ' ' + 'View recent transaction history');
3636
console.log();
3737

0 commit comments

Comments
 (0)