diff --git a/pages.ru/linux/lsb_release.md b/pages.ru/linux/lsb_release.md index e4ee1da6f8..63c8509df3 100644 --- a/pages.ru/linux/lsb_release.md +++ b/pages.ru/linux/lsb_release.md @@ -5,16 +5,16 @@ - Отобразить всю имеющуюся информацию: -`lsb_release -a` +`lsb_release {{[-a|--all]}}` - Отобразить описание (обычно полное наименование) операционной системы: -`lsb_release -d` +`lsb_release {{[-d|--description]}}` - Отобразить наименование ОС, без указания поля "Distributor ID": -`lsb_release -i -s` +`lsb_release {{[-is|--id --short]}}` - Отобразить номер релиза (release number) и кодовое наименование дистрибутива без указания полей с названием: -`lsb_release -rcs` +`lsb_release {{[-rcs|--release --codename --short]}}` diff --git a/pages.ru/linux/xbps-install.md b/pages.ru/linux/xbps-install.md index 14e380c062..3d381ecd64 100644 --- a/pages.ru/linux/xbps-install.md +++ b/pages.ru/linux/xbps-install.md @@ -10,4 +10,4 @@ - Синхронизировать и обновить все пакеты: -`xbps-install --sync --update` +`xbps-install {{[-S|--sync]}} {{[-u|--update]}}` diff --git a/pages.ru/osx/mac-cleanup.md b/pages.ru/osx/mac-cleanup.md index 162c040880..3c1711cb69 100644 --- a/pages.ru/osx/mac-cleanup.md +++ b/pages.ru/osx/mac-cleanup.md @@ -11,14 +11,14 @@ `mac-cleanup {{[-c|--configure]}}` -- Выполнение пробного запуска (dry-ru[n]), который покажет, что будет удалено в процессе очистки, не удаляя этого: +- Выполнение пробного запуска с показом, что будет удалено в процессе очистки, без фактического удаления: `mac-cleanup {{[-n|--dry-run]}}` -- Указать каталог с пользовательской очисткой [p]ath: +- Указать каталог с пользовательскими модулями: -`mac-cleanup {{[-p|--custom-path]}} {{путь/к/дирректории}}` +`mac-cleanup {{[-p|--custom-path]}} {{путь/к/каталогу}}` -- Автоматическое подтверждение всех предупреждений и продолжение работы с [f]orce: +- Автоматическое подтверждение всех предупреждений и принудительное продолжение работы: -`mac-cleanup -f` +`mac-cleanup {{[-f|--force]}}` diff --git a/pages/osx/mac-cleanup.md b/pages/osx/mac-cleanup.md index 9e4fa5204f..7106178a38 100644 --- a/pages/osx/mac-cleanup.md +++ b/pages/osx/mac-cleanup.md @@ -15,7 +15,7 @@ `mac-cleanup {{[-n|--dry-run]}}` -- Specify the directory with custom cleanup path: +- Specify the directory with custom cleanup modules: `mac-cleanup {{[-p|--custom-path]}} {{path/to/directory}}`