Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dfx-json committed Jun 21, 2024
1 parent fc702cc commit 16d171f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/cli-reference/quill-generate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ quill generate [option]

## Options

| Option | Description |
|------------------------------------|---------------------------------------------------------------|
| `--pem-file <PEM_FILE>` | File to write the PEM to. [default: identity.pem] |
| `--phrase <PHRASE>` | A seed phrase in quotes to use to generate the PEM file. |
| `--password-file \<PASSWORD_FILE\> | Read the encryption password from this file. |
| `--seed-file <SEED_FILE>` | File to write the seed phrase to. |
| `--words <WORDS>` | Number of words: 12 or 24 [default: 12]. |
| `--storage-mode <MODE>` | Change how PEM files are stored [default: password-protected] |
| Option | Description |
|-----------------------------------|---------------------------------------------------------------|
| `--pem-file <PEM_FILE>` | File to write the PEM to. [default: identity.pem] |
| `--phrase <PHRASE>` | A seed phrase in quotes to use to generate the PEM file. |
| `--password-file <PASSWORD_FILE>` | Read the encryption password from this file. |
| `--seed-file <SEED_FILE>` | File to write the seed phrase to. |
| `--words <WORDS>` | Number of words: 12 or 24 [default: 12]. |
| `--storage-mode <MODE>` | Change how PEM files are stored [default: password-protected] |

## Examples

Expand Down

0 comments on commit 16d171f

Please sign in to comment.