Skip to content

Commit 4321c6b

Browse files
committed
Rename CLI alias
1 parent 68c50ed commit 4321c6b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ for ( i = 0; i < 100; i++ ) {
116116
### Usage
117117

118118
```text
119-
Usage: stdlib-help-text [options] <alias>
119+
Usage: stdlib-alias-help [options] <alias>
120120
121121
Options:
122122
@@ -143,7 +143,7 @@ Options:
143143
### Examples
144144

145145
```bash
146-
$ stdlib-help-text 'base.sin'
146+
$ stdlib-alias-help 'base.sin'
147147
```
148148

149149
</section>

lib/node_modules/@stdlib/repl/help/docs/usage.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Usage: stdlib-help-text [options] <alias>
2+
Usage: stdlib-alias-help [options] <alias>
33

44
Options:
55

lib/node_modules/@stdlib/repl/help/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2018 The Stdlib Authors.
4+
* Copyright (c) 2019 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/repl/help/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/repl/help",
33
"version": "0.0.0",
4-
"description": "REPL help texts.",
4+
"description": "Return help text associated with a provided alias.",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"bin": {
17-
"stdlib-help-text": "./bin/cli"
17+
"stdlib-alias-help": "./bin/cli"
1818
},
1919
"main": "./lib",
2020
"directories": {

0 commit comments

Comments
 (0)