Skip to content

Commit 5a3bfbd

Browse files
committedOct 31, 2019
typo in bin usage text
s/Fesolve/Resolve/
1 parent 04a0f0c commit 5a3bfbd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎lib/bin.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ const usage = () =>
3535
Usage:
3636
3737
pacote resolve <spec>
38-
Fesolve a specifier and output the fully resolved target
38+
Resolve a specifier and output the fully resolved target
3939
4040
pacote manifest <spec>
4141
Fetch a manifest and print to stdout
4242
4343
pacote packument <spec>
4444
Fetch a full packument and print to stdout
4545
46-
pacote tarball <spec> <filename>
46+
pacote tarball <spec> [<filename>]
4747
Fetch a package tarball and save to <filename>
4848
If <filename> is missing or '-', the tarball will be streamed to stdout.
4949

‎tap-snapshots/test-bin.js-TAP.test.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Object {
1111
"exitlog": Array [],
1212
"loglog": Array [
1313
Array [
14-
"Pacote - The JavaScript Package Handler, v{VERSION}\\n\\nUsage:\\n\\n pacote resolve <spec>\\n Fesolve a specifier and output the fully resolved target\\n\\n pacote manifest <spec>\\n Fetch a manifest and print to stdout\\n\\n pacote packument <spec>\\n Fetch a full packument and print to stdout\\n\\n pacote tarball <spec> <filename>\\n Fetch a package tarball and save to <filename>\\n If <filename> is missing or '-', the tarball will be streamed to stdout.\\n\\n pacote extract <spec> <folder>\\n Extract a package to the destination folder.\\n\\nConfiguration values all match the names of configs passed to npm, or options\\npassed to Pacote.\\n\\nFor example '--cache=/path/to/folder' will use that folder as the cache.\\n",
14+
"Pacote - The JavaScript Package Handler, v{VERSION}\\n\\nUsage:\\n\\n pacote resolve <spec>\\n Resolve a specifier and output the fully resolved target\\n\\n pacote manifest <spec>\\n Fetch a manifest and print to stdout\\n\\n pacote packument <spec>\\n Fetch a full packument and print to stdout\\n\\n pacote tarball <spec> [<filename>]\\n Fetch a package tarball and save to <filename>\\n If <filename> is missing or '-', the tarball will be streamed to stdout.\\n\\n pacote extract <spec> <folder>\\n Extract a package to the destination folder.\\n\\nConfiguration values all match the names of configs passed to npm, or options\\npassed to Pacote.\\n\\nFor example '--cache=/path/to/folder' will use that folder as the cache.\\n",
1515
],
1616
],
1717
}
@@ -24,7 +24,7 @@ Object {
2424
"bad command: blerg",
2525
],
2626
Array [
27-
"Pacote - The JavaScript Package Handler, v{VERSION}\\n\\nUsage:\\n\\n pacote resolve <spec>\\n Fesolve a specifier and output the fully resolved target\\n\\n pacote manifest <spec>\\n Fetch a manifest and print to stdout\\n\\n pacote packument <spec>\\n Fetch a full packument and print to stdout\\n\\n pacote tarball <spec> <filename>\\n Fetch a package tarball and save to <filename>\\n If <filename> is missing or '-', the tarball will be streamed to stdout.\\n\\n pacote extract <spec> <folder>\\n Extract a package to the destination folder.\\n\\nConfiguration values all match the names of configs passed to npm, or options\\npassed to Pacote.\\n\\nFor example '--cache=/path/to/folder' will use that folder as the cache.\\n",
27+
"Pacote - The JavaScript Package Handler, v{VERSION}\\n\\nUsage:\\n\\n pacote resolve <spec>\\n Resolve a specifier and output the fully resolved target\\n\\n pacote manifest <spec>\\n Fetch a manifest and print to stdout\\n\\n pacote packument <spec>\\n Fetch a full packument and print to stdout\\n\\n pacote tarball <spec> [<filename>]\\n Fetch a package tarball and save to <filename>\\n If <filename> is missing or '-', the tarball will be streamed to stdout.\\n\\n pacote extract <spec> <folder>\\n Extract a package to the destination folder.\\n\\nConfiguration values all match the names of configs passed to npm, or options\\npassed to Pacote.\\n\\nFor example '--cache=/path/to/folder' will use that folder as the cache.\\n",
2828
],
2929
],
3030
"exitlog": Array [],
@@ -215,15 +215,15 @@ Pacote - The JavaScript Package Handler, v{VERSION}
215215
Usage:
216216
217217
pacote resolve <spec>
218-
Fesolve a specifier and output the fully resolved target
218+
Resolve a specifier and output the fully resolved target
219219
220220
pacote manifest <spec>
221221
Fetch a manifest and print to stdout
222222
223223
pacote packument <spec>
224224
Fetch a full packument and print to stdout
225225
226-
pacote tarball <spec> <filename>
226+
pacote tarball <spec> [<filename>]
227227
Fetch a package tarball and save to <filename>
228228
If <filename> is missing or '-', the tarball will be streamed to stdout.
229229

0 commit comments

Comments
 (0)
Please sign in to comment.