Skip to content

Commit

Permalink
fix run info
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Mar 4, 2024
1 parent d9ba5e7 commit 9501bb0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,30 @@ wsl ./xrdebug <options>
## Options

| Option | Description |
| ------ | ------------------------------ |
| -p | Port (default 27420) |
| -n | Session name (default xrDebug) |
| -e | Enable end-to-end encryption |
| -x | Enable sign verification |
| -w | Working directory |
| -c | Cert file for TLS |
| -k | [for -e option] Symmetric key |
| -s | [for -x option] Private key |
| -i | Editor (default vscode) |
| Option | Description |
| ------ | --------------------------------------- |
| -p | Port [use 0 for random] (default 27420) |
| -n | Session name (default xrDebug) |
| -e | Enable end-to-end encryption |
| -x | Enable sign verification |
| -w | Working directory (default temp dir) |
| -c | Cert file for TLS |
| -k | [for -e option] Symmetric key |
| -s | [for -x option] Private key |
| -i | Editor (default vscode) |

## Help

Pass `-h` to show help information.
Pass `--help` to show help information.

```sh
xrdebug -h
xrdebug --help
```

## Version

Pass `-v` to show version information.
Pass `--version` to show version information.

```sh
xrdebug -v
xrdebug --version
```

0 comments on commit 9501bb0

Please sign in to comment.