Skip to content

Commit aa763f8

Browse files
authored
docs: correct CLI argument placeholder
PR-URL: #12836 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 730718e commit aa763f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node_modules/@stdlib/namespace/standalone2pkg/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ for ( i = 0; i < 100; i++ ) {
120120
### Usage
121121

122122
```text
123-
Usage: stdlib-standalone2pkg [options] <alias>
123+
Usage: stdlib-standalone2pkg [options] <pkg>
124124
125125
Options:
126126

lib/node_modules/@stdlib/namespace/standalone2pkg/docs/usage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Usage: stdlib-standalone2pkg [options] <alias>
2+
Usage: stdlib-standalone2pkg [options] <pkg>
33

44
Options:
55

0 commit comments

Comments
 (0)