Skip to content

Commit be8b784

Browse files
committed
small description update
1 parent 281b2dc commit be8b784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/organizations/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { getDefaultKey, setupSdk } from '../../utils/sdk.js'
99

1010
/** @type {import('../../utils/meow-with-subcommands.js').CliSubcommand} */
1111
export const organizations = {
12-
description: 'List organizations',
12+
description: 'List organizations associated with the API key used',
1313
async run (argv, importMeta, { parentName }) {
1414
const name = parentName + ' organizations'
1515

0 commit comments

Comments
 (0)