Skip to content

Commit efd9d4e

Browse files
authored
Merge pull request #1148 from microsoft/benibenj/fellow-xerinae
Clarify unpublish command description
2 parents 039a33a + ff17ac0 commit efd9d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ module.exports = function (argv: string[]): void {
337337

338338
program
339339
.command('unpublish [extensionid]')
340-
.description('Unpublishes an extension. Example extension id: ms-vscode.live-server.')
340+
.description('Removes an extension from the marketplace. Example extension id: ms-vscode.live-server.')
341341
.option('-p, --pat <token>', 'Personal Access Token')
342342
.option('--azure-credential', 'Use Microsoft Entra ID for authentication')
343343
.option('-f, --force', 'Skip confirmation prompt when unpublishing an extension')

0 commit comments

Comments
 (0)