Skip to content

Commit 45e03e0

Browse files
committed
Rename command
1 parent 7b82e1c commit 45e03e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function onFile( error, data ) {
160160
### Usage
161161

162162
```text
163-
Usage: readfile [options] <filepath>
163+
Usage: read-file [options] <filepath>
164164
165165
Options:
166166
@@ -191,7 +191,7 @@ Options:
191191
### Examples
192192

193193
```bash
194-
$ readfile ./README.md
194+
$ read-file ./README.md
195195
<file_contents>
196196
```
197197

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

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

2-
Usage: readfile [options] <filepath>
2+
Usage: read-file [options] <filepath>
33

44
Options:
55

lib/node_modules/@stdlib/fs/read-file/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-
"readfile": "./bin/cli"
17+
"read-file": "./bin/cli"
1818
},
1919
"main": "./lib",
2020
"directories": {

0 commit comments

Comments
 (0)