Skip to content

Commit 7b82e1c

Browse files
committed
Rename command
1 parent 526976e commit 7b82e1c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/node_modules/@stdlib/fs/read-dir/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function onRead( error, data ) {
156156
### Usage
157157

158158
```text
159-
Usage: readdir [options] <dirpath>
159+
Usage: read-dir [options] <dirpath>
160160
161161
Options:
162162
@@ -185,7 +185,7 @@ Options:
185185
### Examples
186186

187187
```bash
188-
$ readdir ./../
188+
$ read-dir ./../
189189
...
190190
...
191191
```

lib/node_modules/@stdlib/fs/read-dir/docs/usage.txt

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

2-
Usage: readdir [options] <dirpath>
2+
Usage: read-dir [options] <dirpath>
33

44
Options:
55

lib/node_modules/@stdlib/fs/read-dir/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"bin": {
17-
"readdir": "./bin/cli"
17+
"read-dir": "./bin/cli"
1818
},
1919
"main": "./lib",
2020
"directories": {

0 commit comments

Comments
 (0)