mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-12 10:11:42 -04:00
fix(pack): fix the help text
This commit is contained in:
5
.changeset/rare-ants-sell.md
Normal file
5
.changeset/rare-ants-sell.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-publishing": patch
|
||||
---
|
||||
|
||||
Fix the help description of the pack command.
|
||||
@@ -37,7 +37,7 @@ export const commandNames = ['pack']
|
||||
|
||||
export function help () {
|
||||
return renderHelp({
|
||||
description: 'Creates a compressed gzip archive of package dependencies.',
|
||||
description: 'Create a tarball from a package',
|
||||
usages: ['pnpm pack'],
|
||||
descriptionLists: [
|
||||
{
|
||||
@@ -46,7 +46,7 @@ export function help () {
|
||||
list: [
|
||||
{
|
||||
description: 'Directory in which `pnpm pack` will save tarballs. The default is the current working directory.',
|
||||
name: 'pack-destination',
|
||||
name: '--pack-destination <dir>',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user