docs: remove nonexistent 'prober' entry from CLI reference

'ostp prober' was never a real subcommand - ostp-prober is a separate,
gitignored standalone tool, not part of the ostp binary's CLI surface
(no Prober variant in the Commands enum, no handler in main.rs). Also
fixed misaligned columns on the proxy-env/proxy-env-clear lines.
This commit is contained in:
ospab 2026-07-10 01:44:01 +03:00
parent e52087ee8e
commit 3e9e8845f1
2 changed files with 4 additions and 6 deletions

View File

@ -188,7 +188,6 @@ Commands:
-b, --branch <NAME> Release channel: stable, pre-release, alpha (default: stable) -b, --branch <NAME> Release channel: stable, pre-release, alpha (default: stable)
-v, --version <VER> Update to an exact version instead of the channel's latest -v, --version <VER> Update to an exact version instead of the channel's latest
migrate Force-migrate the configuration file to the current format migrate Force-migrate the configuration file to the current format
prober Run the DNS-transport resolver prober
proxy-env Print shell export commands for the local SOCKS proxy proxy-env Print shell export commands for the local SOCKS proxy
proxy-env-clear Print shell export commands to unset it proxy-env-clear Print shell export commands to unset it
uninstall Stop the service and remove the binary and config uninstall Stop the service and remove the binary and config

View File

@ -175,7 +175,6 @@ ostp [--config <PATH>] [КОМАНДА]
-b, --branch <NAME> Канал релиза: stable, pre-release, alpha (по умолчанию stable) -b, --branch <NAME> Канал релиза: stable, pre-release, alpha (по умолчанию stable)
-v, --version <VER> Обновиться на точную версию вместо последней в канале -v, --version <VER> Обновиться на точную версию вместо последней в канале
migrate Принудительно мигрировать конфиг к текущему формату migrate Принудительно мигрировать конфиг к текущему формату
prober Запустить DNS-transport prober
proxy-env Вывести shell-команды для локального SOCKS-прокси proxy-env Вывести shell-команды для локального SOCKS-прокси
proxy-env-clear Вывести shell-команды для их отмены proxy-env-clear Вывести shell-команды для их отмены
uninstall Остановить сервис и удалить бинарник с конфигом uninstall Остановить сервис и удалить бинарник с конфигом