@corellium/corellium-cli 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
|