Skip to content

Commit 3073909

Browse files
committed
docs: update README.md
1 parent 2a03433 commit 3073909

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ assert header_info.public_key == 'MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMI...FkbU7H8sD
4949

5050
## Commands
5151

52-
- `crx3 create -h`
52+
- **Create a crx file.**
53+
54+
`crx3 create [-pk PRIVATE_KEY_FILE] [-o OUTPUT_FILE] [-v] source`
5355

5456
```
5557
usage: crx3 create [-h] [-pk PRIVATE_KEY_FILE] [-o OUTPUT_FILE] [-v] source
@@ -66,7 +68,9 @@ options:
6668
-v, --verbose print more information
6769
```
6870

69-
- `crx3 verify -h`
71+
- **Verify that a crx file is valid.**
72+
73+
`crx3 verify [-v] crx_file`
7074

7175
```
7276
usage: crx3 verify [-h] [-v] crx_file

0 commit comments

Comments
 (0)