Skip to content

Commit ef31e66

Browse files
docs(usage): fix stale hypervisors init flag names in local deployment guide (#526)
--pool_name/--romfile_version never matched the actual CLI (--pool-name/ --romfile-version, click's usual dash convention) - fix in both the English and Russian guides, and note --romfile-version's actual default (latest).
1 parent b0d7f36 commit ef31e66

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/usage/local_deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Run `exordos compute hypervisors init --help` to see all available options. The
4646

4747
| Option | Description |
4848
|---|---|
49-
| `--pool_name TEXT` | Name of the libvirt storage pool to use for VM disk images. Defaults to `default`. |
49+
| `--pool-name TEXT` | Name of the libvirt storage pool to use for VM disk images. Defaults to `default`. |
5050
| `--packer` / `-p` | Install HashiCorp Packer alongside the hypervisor setup. |
51-
| `--romfile_version TEXT` | Version of the network interface ROM file to install. |
51+
| `--romfile-version TEXT` | Version of the network interface ROM file to install. Defaults to `latest`. |
5252

5353
## Bootstrap
5454

docs/usage/local_deployment.ru.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ exordos compute hypervisors init
4646

4747
| Параметр | Описание |
4848
|---|---|
49-
| `--pool_name TEXT` | Имя пула хранилища libvirt для образов дисков виртуальных машин. По умолчанию: `default`. |
49+
| `--pool-name TEXT` | Имя пула хранилища libvirt для образов дисков виртуальных машин. По умолчанию: `default`. |
5050
| `--packer` / `-p` | Установить HashiCorp Packer вместе с настройкой гипервизора. |
51-
| `--romfile_version TEXT` | Версия ROM-файла сетевого интерфейса для установки. |
51+
| `--romfile-version TEXT` | Версия ROM-файла сетевого интерфейса для установки. По умолчанию: `latest`. |
5252

5353
## Bootstrap
5454

0 commit comments

Comments
 (0)