From 77116fe0192749fab93491814438b94a5a10f8da Mon Sep 17 00:00:00 2001 From: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com> Date: Tue, 19 Aug 2025 17:50:38 -0700 Subject: [PATCH] git-help: refresh pages (#17725) * git-help: refresh pages * updated --guide to --guides --- pages.de/common/git-help.md | 8 ++++---- pages.fr/common/git-help.md | 8 ++++---- pages.it/common/git-help.md | 8 ++++---- pages.ko/common/git-help.md | 8 ++++---- pages.tr/common/git-help.md | 8 ++++---- pages.zh/common/git-help.md | 8 ++++---- pages/common/git-help.md | 2 +- 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/pages.de/common/git-help.md b/pages.de/common/git-help.md index 8e1becea47..a59c052254 100644 --- a/pages.de/common/git-help.md +++ b/pages.de/common/git-help.md @@ -9,16 +9,16 @@ - Zeige Hilfe für einen bestimmten Git-Unterbefehl im Web-Browser an: -`git help --web {{unterbefehl}}` +`git help {{[-w|--web]}} {{unterbefehl}}` - Zeige eine Liste von allen verfügbaren Git-Unterbefehlen an: -`git help --all` +`git help {{[-a|--all]}}` - Liste die verfügbaren Handbücher auf: -`git help --guide` +`git help {{[-g|--guides]}}` - Liste alle Konfigurationsvariablen auf: -`git help --config` +`git help {{[-c|--config]}}` diff --git a/pages.fr/common/git-help.md b/pages.fr/common/git-help.md index 450cb6aacd..15c672380a 100644 --- a/pages.fr/common/git-help.md +++ b/pages.fr/common/git-help.md @@ -9,16 +9,16 @@ - Même chose dans un navigateur : -`git help --web {{subcommand}}` +`git help {{[-w|--web]}} {{subcommand}}` - Afficher la liste des sous-commandes disponibles : -`git help --all` +`git help {{[-a|--all]}}` - Lister les manuels disponibles : -`git help --guide` +`git help {{[-g|--guides]}}` - Lister toutes les variables de configuration disponibles : -`git help --config` +`git help {{[-c|--config]}}` diff --git a/pages.it/common/git-help.md b/pages.it/common/git-help.md index 33adb63ad0..d0eb47927a 100644 --- a/pages.it/common/git-help.md +++ b/pages.it/common/git-help.md @@ -9,16 +9,16 @@ - Visualizza aiuto per un sottocomando Git in un browser web: -`git help --web {{sottocomando}}` +`git help {{[-w|--web]}} {{sottocomando}}` - Mostra un elenco dei sottocomandi Git disponibili: -`git help --all` +`git help {{[-a|--all]}}` - Mostra un elenco delle guide disponibili: -`git help --guide` +`git help {{[-g|--guides]}}` - Mostra tutte le possibili variabili di configurazione: -`git help --config` +`git help {{[-c|--config]}}` diff --git a/pages.ko/common/git-help.md b/pages.ko/common/git-help.md index 30e3fce266..3aceccbdd2 100644 --- a/pages.ko/common/git-help.md +++ b/pages.ko/common/git-help.md @@ -9,16 +9,16 @@ - 웹 브라우저에서 특정 Git 하위 명령에 대한 도움말 표시: -`git help --web {{하위_명령}}` +`git help {{[-w|--web]}} {{하위_명령}}` - 사용 가능한 모든 Git 하위 명령의 목록 표시: -`git help --all` +`git help {{[-a|--all]}}` - 사용 가능한 가이드 목록 표시: -`git help --guide` +`git help {{[-g|--guides]}}` - 모든 가능한 설정 변수 나열: -`git help --config` +`git help {{[-c|--config]}}` diff --git a/pages.tr/common/git-help.md b/pages.tr/common/git-help.md index 1733292390..8b3f51c391 100644 --- a/pages.tr/common/git-help.md +++ b/pages.tr/common/git-help.md @@ -9,16 +9,16 @@ - Belirtilmiş Git alt komutu hakkında yardım bilgisini bir ağ tarayıcısında göster: -`git help --web {{komut_ismi}}` +`git help {{[-w|--web]}} {{komut_ismi}}` - Tüm mevcut Git alt komutlarını sırala: -`git help --all` +`git help {{[-a|--all]}}` - Mevcut rehberleri sırala: -`git help --guide` +`git help {{[-g|--guides]}}` - Mümkün olan tüm konfigürasyon değişkenlerini sırala: -`git help --config` +`git help {{[-c|--config]}}` diff --git a/pages.zh/common/git-help.md b/pages.zh/common/git-help.md index a17cd74a1e..5af94aec70 100644 --- a/pages.zh/common/git-help.md +++ b/pages.zh/common/git-help.md @@ -9,16 +9,16 @@ - 在网络浏览器中显示指定 Git 子命令的帮助信息: -`git help --web {{subcommand}}` +`git help {{[-w|--web]}} {{subcommand}}` - 列出所有可用的 Git 子命令: -`git help --all` +`git help {{[-a|--all]}}` - 列出可用的指南: -`git help --guide` +`git help {{[-g|--guides]}}` - 列出所有配置变量的名称: -`git help --config` +`git help {{[-c|--config]}}` diff --git a/pages/common/git-help.md b/pages/common/git-help.md index 2471ef5f60..0db7776d6d 100644 --- a/pages/common/git-help.md +++ b/pages/common/git-help.md @@ -17,7 +17,7 @@ - List the available guides: -`git help {{[-g|--guide]}}` +`git help {{[-g|--guides]}}` - List all possible configuration variables: