Skip to content

Commit 708b82c

Browse files
committed
Change language annotation of CLI help texts
1 parent d69c129 commit 708b82c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/repl/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function onStart( error, r ) {
8787

8888
### Usage
8989

90-
``` bash
90+
``` text
9191
Usage: stdlib-repl [options]
9292
9393
Options:

lib/node_modules/@stdlib/repl/server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function onStart( error, server ) {
6868

6969
### Usage
7070

71-
``` bash
71+
``` text
7272
Usage: stdlib-repl-server [options]
7373
7474
Options:

0 commit comments

Comments
 (0)