@corellium/corellium-cli 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/OVERVIEW.md +2 -2
- package/package.json +1 -1
package/docs/OVERVIEW.md
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
- [Image](#image)
|
13
13
|
|
14
14
|
## Introduction
|
15
|
-
Corellium CLI is a command-line collection of tools necessary for managing
|
15
|
+
Corellium CLI is a command-line collection of tools necessary for managing extensions on certain account types.
|
16
16
|
|
17
17
|
## Quick start
|
18
18
|
```
|
@@ -80,7 +80,7 @@ Logout succesful, deleted profile at /Users/user/.corellium/profile.json
|
|
80
80
|
Logout will remove the profile.json and leave the .corellium folder in place.
|
81
81
|
|
82
82
|
## Extension
|
83
|
-
Commands exist for deleting, listing, and loading
|
83
|
+
Commands exist for deleting, listing, and loading extensions.
|
84
84
|
|
85
85
|
`corellium extension load <files...>`
|
86
86
|
|