docs: improve formatting and fix minor errors

This commit is contained in:
Meow33
2025-10-29 11:27:36 +08:00
parent 195f8c6ec7
commit ce32e32433
2 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
## Synopsis
The `user activate` command is used to activate an existing Olares user account.
The `user activate` command activates an existing Olares account. It requires the user's Olares ID, password, and 12-word mnemonic phrase to complete the activation. This command typically requires administrator privileges (`sudo`).
```bash
olares-cli user activate <Olares ID> [options]
@@ -12,13 +12,13 @@ olares-cli user activate <Olares ID> [options]
| Argument | Description | Required|
|--|--|--|
| `<Olares ID>` | The unique user identifier within the Olares ecosystem, <br>similar to an email address(e.g., `alice123@olares.com`).| **Yes** |
| `<Olares ID>` | Specifies the unique identifier for the Olares user account to be activated. <br>Similar to an email address(e.g., `alice123@olares.com`).| **Yes** |
## Options
| Option | Shorthand | Usage | Required | Default |
|--|--|--|--|--|
| `--bfl` | | Specifies the Backend For Launcher (BFL) service URL (e.g., `https://example.com`). | No | `http://127.0.0.1:30180` |
| `--enable-tunnel` | | Enables tunnel mode for activation. | No | `false` |
| `--enable-tunnel` | | Enables or disables tunnel mode for activation. | No | `false` |
| `--help` | `-h` | Displays help information. | No | N/A |
| `--host` | | Specifies the Fast Reverse Proxy (FRP) host. <br>Only used when the `--enable-tunnel` option is set to `true`. | No | N/A |
| `--jws` | | Specifies the FRP JWS token.<br>Only used when the `--enable-tunnel` option is set to `true`.| No | N/A |