Skip to content

Commit 00e2f69

Browse files
committed
Change language annotation of CLI help texts
1 parent a595241 commit 00e2f69

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

lib/node_modules/@stdlib/assert/is-absolute-path/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ bool = isAbsolutePath.win32( '' );
146146

147147
### Usage
148148

149-
``` bash
149+
``` text
150150
Usage: is-absolute-path [options]
151151
152152
Options:

lib/node_modules/@stdlib/assert/is-ascii/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ out = isASCII( 123 );
7272

7373
### Usage
7474

75-
``` bash
75+
``` text
7676
Usage: is-ascii [options] <string>
7777
7878
Options:

lib/node_modules/@stdlib/assert/is-digit-string/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ out = isDigitString( 123 );
7272

7373
### Usage
7474

75-
``` bash
75+
``` text
7676
Usage: is-digit-string [options] <string>
7777
7878
Options:

lib/node_modules/@stdlib/assert/is-email-address/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ bool = isEmail( null );
7979

8080
### Usage
8181

82-
``` bash
82+
``` text
8383
Usage: is-email [options] string
8484
8585
Options:

lib/node_modules/@stdlib/assert/is-hex-string/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ out = isHexString( 123 );
7373

7474
### Usage
7575

76-
``` bash
76+
``` text
7777
Usage: is-hex-string [options] <string>
7878
7979
Options:

lib/node_modules/@stdlib/assert/is-leap-year/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ for ( i = 0; i < 2021; i++ ) {
8989

9090
### Usage
9191

92-
``` bash
92+
``` text
9393
Usage: isleapyear [options]
9494
9595
Options:

lib/node_modules/@stdlib/assert/is-little-endian/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ console.log( IS_LITTLE_ENDIAN );
5151

5252
### Usage
5353

54-
``` bash
54+
``` text
5555
Usage: is-le [options]
5656
5757
Options:

lib/node_modules/@stdlib/assert/is-regexp-string/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ bool = isRegExpString( null );
7272

7373
### Usage
7474

75-
``` bash
75+
``` text
7676
Usage: is-regexp-string [options] string
7777
7878
Options:

lib/node_modules/@stdlib/assert/is-relative-path/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ bool = isRelativePath.win32( '/foo/..' );
152152

153153
### Usage
154154

155-
``` bash
155+
``` text
156156
Usage: is-relative-path [options]
157157
158158
Options:

lib/node_modules/@stdlib/assert/is-unc-path/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ bool = isUNCPath( path );
157157

158158
### Usage
159159

160-
``` bash
160+
``` text
161161
Usage: is-unc-path [options]
162162
163163
Options:

lib/node_modules/@stdlib/assert/is-uri/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ bool = isURI( 'http://example.w3.org/%at' );
156156

157157
### Usage
158158

159-
``` bash
159+
``` text
160160
Usage: isuri [options] uri
161161
162162
Options:

0 commit comments

Comments
 (0)