Skip to content

Commit 0390dd2

Browse files
committed
Change language annotation of CLI help texts
1 parent 7b74cc0 commit 0390dd2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lib/node_modules/@stdlib/fs/exists/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function done( error, bool ) {
158158

159159
### Usage
160160

161-
``` bash
161+
``` text
162162
Usage: exists [options] path
163163
164164
Options:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function onRead( error, data ) {
138138

139139
### Usage
140140

141-
``` bash
141+
``` text
142142
Usage: readdir [options] dirpath
143143
144144
Options:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function onFiles( error, files ) {
112112

113113
### Usage
114114

115-
``` bash
115+
``` text
116116
Usage: readfilelist [options] filepath1 filepath2 ...
117117
118118
Options:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function onFile( error, data ) {
142142

143143
### Usage
144144

145-
``` bash
145+
``` text
146146
Usage: readfile [options] filepath
147147
148148
Options:

lib/node_modules/@stdlib/fs/resolve-parent-path/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function onPath( error, path ) {
130130

131131
### Usage
132132

133-
``` bash
133+
``` text
134134
Usage: resolve-parent-path [options] path
135135
136136
Options:

0 commit comments

Comments
 (0)