Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
maorb-dev committed Nov 17, 2024
1 parent 2eb8fb5 commit f3204f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/storage/remove-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default class RemoveData extends AuthenticatedCommand {
static flags = RemoveData.serializeFlags({
appId: Flags.integer({
char: 'a',
description: 'Select the app that you wish to retrieve the key for',
description: 'Select the app that you wish to remove account data for',
}),
clientAccountId: Flags.integer({
char: 'c',
Expand Down

0 comments on commit f3204f7

Please sign in to comment.