From 7a5059ac7fed0a7391298513d142bc9d7a242cee Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 5 Jun 2026 00:56:35 +0300 Subject: [PATCH] *: remove unsupported syntax and add proper pattern continuation syntax (#22675) --- pages.fr/common/git-notes.md | 6 +++--- pages.ja/common/svn.md | 4 ++-- pages.ko/common/docker-service.md | 4 ++-- pages.ko/common/fisher.md | 4 ++-- pages.ko/common/gcalcli.md | 2 +- pages.ko/common/git-notes.md | 12 ++++++------ pages.ko/common/rainbowstream.md | 2 +- pages.ko/common/solcjs.md | 2 +- pages.ko/common/svn.md | 4 ++-- pages.pt_BR/common/gcalcli.md | 2 +- pages.tr/common/git-notes.md | 12 ++++++------ pages/common/bower.md | 4 ++-- pages/common/bundle.md | 4 ++-- pages/common/docker-service.md | 4 ++-- pages/common/fakedata.md | 2 +- pages/common/fisher.md | 4 ++-- pages/common/gcalcli.md | 6 +++++- pages/common/git-notes.md | 6 +++--- pages/common/omf.md | 2 +- pages/common/podman-rmi.md | 2 +- pages/common/podman.md | 2 +- pages/common/rabbitmqctl-users.md | 2 +- pages/common/rainbowstream.md | 2 +- pages/common/rustscan.md | 16 ++++++++-------- pages/common/solcjs.md | 2 +- pages/common/svn.md | 4 ++-- pages/linux/chcpu.md | 4 ++-- pages/linux/goaccess.md | 2 +- pages/linux/stratis.md | 2 +- 29 files changed, 64 insertions(+), 60 deletions(-) diff --git a/pages.fr/common/git-notes.md b/pages.fr/common/git-notes.md index 9b743b337b..8f4e62470f 100644 --- a/pages.fr/common/git-notes.md +++ b/pages.fr/common/git-notes.md @@ -9,11 +9,11 @@ - Lister toutes les notes attachées à un objet donné : -`git notes list [{{objet}}]` +`git notes list {{objet}}` - Afficher les notes attachées à un objet donné : -`git notes show [{{objet}}]` +`git notes show {{objet}}` - Ajoute une note à un objet donné : @@ -25,7 +25,7 @@ - Édite une note existante : -`git notes edit [{{objet}}]` +`git notes edit {{objet}}` - Copie la note d'un objet vers un autre : diff --git a/pages.ja/common/svn.md b/pages.ja/common/svn.md index 8145a88100..e86240f054 100644 --- a/pages.ja/common/svn.md +++ b/pages.ja/common/svn.md @@ -13,11 +13,11 @@ - ファイルやディレクトリをバージョン管理下に置き、リポジトリへの追加をスケジューリングする。これらは次のコミットで追加される: -`svn add {{パス}}` +`svn add {{パス/宛先/ファイル_または_ディレクトリ}}` - 作業コピーの変更をリポジトリに送信する: -`svn {{[ci|commit]}} {{[-m|--message]}} {{コミットログメッセージ}} [{{パス}}]` +`svn {{[ci|commit]}} {{[-m|--message]}} {{コミットログメッセージ}} {{パス/宛先/ディレクトリ}}` - 過去10リビジョンの変更点を表示し、各リビジョンで変更されたファイルを表示する: diff --git a/pages.ko/common/docker-service.md b/pages.ko/common/docker-service.md index 2290c653dd..e324493ca6 100644 --- a/pages.ko/common/docker-service.md +++ b/pages.ko/common/docker-service.md @@ -13,7 +13,7 @@ - 하나 이상의 서비스에 대한 자세한 정보 표시: -`docker service inspect {{서비스_이름_또는_id1 서비스_이름_또는_id2}}` +`docker service inspect {{서비스_이름_또는_id1 서비스_이름_또는_id2 ...}}` - 하나 이상의 서비스에 대한 작업 목록 나열: @@ -25,4 +25,4 @@ - 하나 이상의 서비스 제거: -`docker service rm {{서비스_이름_또는_id1 서비스_이름_또는_id2}}` +`docker service rm {{서비스_이름_또는_id1 서비스_이름_또는_id2 ...}}` diff --git a/pages.ko/common/fisher.md b/pages.ko/common/fisher.md index 7b3278a663..6cabaa9c14 100644 --- a/pages.ko/common/fisher.md +++ b/pages.ko/common/fisher.md @@ -6,7 +6,7 @@ - 하나 이상의 플러그인을 설치: -`fisher {{플러그인1}} {{플러그인2}}` +`fisher {{플러그인1 플러그인2 ...}}` - GitHub 요점에서 플러그인을 설치: @@ -26,4 +26,4 @@ - 하나 이상의 플러그인을 제거: -`fisher remove {{플러그인1}} {{플러그인2}}` +`fisher remove {{플러그인1 플러그인2 ...}}` diff --git a/pages.ko/common/gcalcli.md b/pages.ko/common/gcalcli.md index cdec72004d..1241f41347 100644 --- a/pages.ko/common/gcalcli.md +++ b/pages.ko/common/gcalcli.md @@ -10,7 +10,7 @@ - 특정 날짜부터 또는 그 사이에 시작되는 이벤트 표시(예: "내일"과 같은 상대 날짜도 사용): -`gcalcli agenda {{mm/dd}} [{{mm/dd}}]` +`gcalcli agenda {{mm/dd}} {{mm/dd}}` - 특정 캘린더의 이벤트 나열: diff --git a/pages.ko/common/git-notes.md b/pages.ko/common/git-notes.md index 4ed8766c04..dbae0c51bd 100644 --- a/pages.ko/common/git-notes.md +++ b/pages.ko/common/git-notes.md @@ -7,13 +7,13 @@ `git notes list` -- 주어진 객체에 연결된 모든 노트 나열 (기본값은 HEAD): +- 주어진 객체에 연결된 모든 노트 나열 (기본값은 `HEAD`): -`git notes list [{{객체}}]` +`git notes list {{객체}}` -- 주어진 객체에 연결된 노트 표시 (기본값은 HEAD): +- 주어진 객체에 연결된 노트 표시 (기본값은 `HEAD`): -`git notes show [{{객체}}]` +`git notes show {{객체}}` - 지정된 객체에 노트 추가 (기본 텍스트 편집기 열림): @@ -23,9 +23,9 @@ `git notes append --message="{{메시지_텍스트}}"` -- 기존 노트 편집 (기본값은 HEAD): +- 기존 노트 편집 (기본값은 `HEAD`): -`git notes edit [{{객체}}]` +`git notes edit {{객체}}` - 한 객체에서 다른 객체로 노트 복사: diff --git a/pages.ko/common/rainbowstream.md b/pages.ko/common/rainbowstream.md index d2a4250963..7a15cdf8e4 100644 --- a/pages.ko/common/rainbowstream.md +++ b/pages.ko/common/rainbowstream.md @@ -10,7 +10,7 @@ - 타임라인 보기 (표시할 트윗 수는 선택 사항이며 기본값은 5개): -`home [{{최근_트윗_수}}]` +`home {{최근_트윗_수}}` - 특정 사용자의 프로필 보기: diff --git a/pages.ko/common/solcjs.md b/pages.ko/common/solcjs.md index cf6c538f80..d80ff3638b 100644 --- a/pages.ko/common/solcjs.md +++ b/pages.ko/common/solcjs.md @@ -17,7 +17,7 @@ - 외부 코드가 포함된 하나 이상의 경로 지정: -`solcjs --bin --include-path {{경로/대상/폴더}} {{경로/대상/파일.sol}}` +`solcjs --bin --include-path {{경로/대상/폴더 경로/대상/파일.sol ...}}` - 생성된 바이트코드 최적화: diff --git a/pages.ko/common/svn.md b/pages.ko/common/svn.md index dd479afd7e..87c4518511 100644 --- a/pages.ko/common/svn.md +++ b/pages.ko/common/svn.md @@ -13,11 +13,11 @@ - 파일 및 디렉토리를 버전 관리에 추가하여 저장소에 추가될 준비. 다음 커밋에 추가됨: -`svn add {{경로}}` +`svn add {{경로/대상/파일_또는_폴더}}` - 작업 복사본의 변경 사항을 저장소에 전송: -`svn {{[ci|commit]}} {{[-m|--message]}} {{커밋_로그_메시지}} [{{경로}}]` +`svn {{[ci|commit]}} {{[-m|--message]}} {{커밋_로그_메시지}} {{경로/대상/폴더}}` - 마지막 10개 리비전의 변경 사항을 표시하고 각 리비전에 수정된 파일 표시: diff --git a/pages.pt_BR/common/gcalcli.md b/pages.pt_BR/common/gcalcli.md index ca214f85ea..b0be42491a 100644 --- a/pages.pt_BR/common/gcalcli.md +++ b/pages.pt_BR/common/gcalcli.md @@ -10,7 +10,7 @@ - Mostra eventos começando em ou entre datas específicas (também recebe datas relativas, por exemplo, "amanhã"): -`gcalcli agenda {{mm/dd}} [{{mm/dd}}]` +`gcalcli agenda {{mm/dd}} {{mm/dd}}` - Lista eventos de um calendário específico: diff --git a/pages.tr/common/git-notes.md b/pages.tr/common/git-notes.md index 4458dafaa2..bd039b83e4 100644 --- a/pages.tr/common/git-notes.md +++ b/pages.tr/common/git-notes.md @@ -7,13 +7,13 @@ `git notes list` -- Belirtilen nesneye bağlanan tüm notları sırala (varsayılan HEAD'dedir): +- Belirtilen nesneye bağlanan tüm notları sırala (varsayılan `HEAD`'dedir): -`git notes list [{{nesne}}]` +`git notes list {{nesne}}` -- Belirtilen nesneye bağlanan tüm notları göster (varsayılan HEAD'dedir): +- Belirtilen nesneye bağlanan tüm notları göster (varsayılan `HEAD`'dedir): -`git notes show [{{nesne}}]` +`git notes show {{nesne}}` - Belirtilen nesneye bir not ekle (varsayılan metin editörü açılır): @@ -23,9 +23,9 @@ `git notes append --message="{{messaj_yazısı}}"` -- Varolan bir notu düzenle (varsayılan HEAD'dedir): +- Varolan bir notu düzenle (varsayılan `HEAD`'dedir): -`git notes edit [{{nesne}}]` +`git notes edit {{nesne}}` - Bir notu bir nesneden öbürüne kopyala: diff --git a/pages/common/bower.md b/pages/common/bower.md index 1038516659..10f5ce26a3 100644 --- a/pages/common/bower.md +++ b/pages/common/bower.md @@ -10,11 +10,11 @@ - Install one or more packages to the bower_components directory: -`bower install {{package}} {{package}}` +`bower install {{package1 package2 ...}}` - Uninstall packages locally from the bower_components directory: -`bower uninstall {{package}} {{package}}` +`bower uninstall {{package1 package2 ...}}` - List local packages and possible updates: diff --git a/pages/common/bundle.md b/pages/common/bundle.md index 557f6a0081..61e80ae364 100644 --- a/pages/common/bundle.md +++ b/pages/common/bundle.md @@ -17,11 +17,11 @@ - Update one or more specific gem(s) defined in the `Gemfile`: -`bundle update {{gem_name1}} {{gem_name2}}` +`bundle update {{gem_name1 gem_name2 ...}}` - Update one or more specific gems(s) defined in the `Gemfile` but only to the next patch version: -`bundle update --patch {{gem_name1}} {{gem_name2}}` +`bundle update --patch {{gem_name1 gem_name2 ...}}` - Update all gems within the given group in the `Gemfile`: diff --git a/pages/common/docker-service.md b/pages/common/docker-service.md index f0aa1afa0a..b742673831 100644 --- a/pages/common/docker-service.md +++ b/pages/common/docker-service.md @@ -13,7 +13,7 @@ - Display detailed information about one or more services: -`docker service inspect {{service_name_or_id1 service_name_or_id2}}` +`docker service inspect {{service_name_or_id1 service_name_or_id2 ...}}` - List the tasks of one or more services: @@ -25,4 +25,4 @@ - Remove one or more services: -`docker service rm {{service_name_or_id1 service_name_or_id2}}` +`docker service rm {{service_name_or_id1 service_name_or_id2 ...}}` diff --git a/pages/common/fakedata.md b/pages/common/fakedata.md index 256e323ec9..48498b04e3 100644 --- a/pages/common/fakedata.md +++ b/pages/common/fakedata.md @@ -9,7 +9,7 @@ - Generate data using one or more generators: -`fakedata {{generator1}} {{generator2}}` +`fakedata {{generator1 generator2 ...}}` - Generate data with a specific output format: diff --git a/pages/common/fisher.md b/pages/common/fisher.md index 2c1c4759b9..e75b042d49 100644 --- a/pages/common/fisher.md +++ b/pages/common/fisher.md @@ -6,7 +6,7 @@ - Install one or more plugins: -`fisher {{plugin1}} {{plugin2}}` +`fisher {{plugin1 plugin2 ...}}` - Install a plugin from a GitHub gist: @@ -26,4 +26,4 @@ - Remove one or more plugins: -`fisher remove {{plugin1}} {{plugin2}}` +`fisher remove {{plugin1 plugin2 ...}}` diff --git a/pages/common/gcalcli.md b/pages/common/gcalcli.md index a9bc20f4d1..1ecc690f3a 100644 --- a/pages/common/gcalcli.md +++ b/pages/common/gcalcli.md @@ -10,7 +10,11 @@ - Show events starting from or between specific dates (also takes relative dates e.g. "tomorrow"): -`gcalcli agenda {{mm/dd}} [{{mm/dd}}]` +`gcalcli agenda {{mm/dd}}` + +- Show events between specific dates (also takes relative dates e.g. "tomorrow"): + +`gcalcli agenda {{mm/dd}} {{mm/dd}}` - List events from a specific calendar: diff --git a/pages/common/git-notes.md b/pages/common/git-notes.md index 566ec5dca6..f7a6345329 100644 --- a/pages/common/git-notes.md +++ b/pages/common/git-notes.md @@ -9,11 +9,11 @@ - List all notes attached to a given object (defaults to `HEAD`): -`git notes list [{{object}}]` +`git notes list {{object}}` - Show the notes attached to a given object (defaults to `HEAD`): -`git notes show [{{object}}]` +`git notes show {{object}}` - Append a note to a specified object (opens the default text editor): @@ -25,7 +25,7 @@ - Edit an existing note (defaults to `HEAD`): -`git notes edit [{{object}}]` +`git notes edit {{object}}` - Copy a note from one object to another: diff --git a/pages/common/omf.md b/pages/common/omf.md index f74d34a462..4ceb9105e7 100644 --- a/pages/common/omf.md +++ b/pages/common/omf.md @@ -6,7 +6,7 @@ - Install one or more packages: -`omf install {{name}}` +`omf install {{package1 package2 ...}}` - List installed packages: diff --git a/pages/common/podman-rmi.md b/pages/common/podman-rmi.md index b0a21f85cb..474777a5bc 100644 --- a/pages/common/podman-rmi.md +++ b/pages/common/podman-rmi.md @@ -5,7 +5,7 @@ - Remove one or more images given their names: -`podman rmi {{image:tag image2:tag ...}}` +`podman rmi {{image1:tag image2:tag ...}}` - Force remove an image: diff --git a/pages/common/podman.md b/pages/common/podman.md index ada5347646..cd49106bfa 100644 --- a/pages/common/podman.md +++ b/pages/common/podman.md @@ -34,4 +34,4 @@ - Display the logs of one or more containers and follow log output: -`podman logs {{[-f|--follow]}} {{container_name}} {{container_id}}` +`podman logs {{[-f|--follow]}} {{container_name_or_id1 container_name_or_id2 ...}}` diff --git a/pages/common/rabbitmqctl-users.md b/pages/common/rabbitmqctl-users.md index 1f4316813a..999cd24727 100644 --- a/pages/common/rabbitmqctl-users.md +++ b/pages/common/rabbitmqctl-users.md @@ -29,4 +29,4 @@ - Assign one or more tags (e.g., administrator) to a user: -`rabbitmqctl set_user_tags {{username}} {{tag1}} [{{tag2}}]` +`rabbitmqctl set_user_tags {{username}} {{tag1 tag2 ...}}` diff --git a/pages/common/rainbowstream.md b/pages/common/rainbowstream.md index 52c3811f6b..58bdb10b27 100644 --- a/pages/common/rainbowstream.md +++ b/pages/common/rainbowstream.md @@ -10,7 +10,7 @@ - [Interactive] Show your timeline (optional number of tweets to display, default is 5): -`home [{{num_of_last_tweets}}]` +`home {{number_of_tweets}}` - [Interactive] Show profile of a given user: diff --git a/pages/common/rustscan.md b/pages/common/rustscan.md index aec9deb488..dd8ab2be7a 100644 --- a/pages/common/rustscan.md +++ b/pages/common/rustscan.md @@ -7,32 +7,32 @@ - Scan all ports of one or more comma-delimited addresses using the default values: -`rustscan {{[-a|--addresses]}} {{ip_or_hostname}}` +`rustscan {{[-a|--addresses]}} {{ip_or_hostname1,ip_or_hostname2,...}}` - Scan the top 1000 ports with service and version detection: -`rustscan --top {{[-a|--addresses]}} {{address_or_addresses}}` +`rustscan --top {{[-a|--addresses]}} {{address}}` - Scan a specific list of ports: -`rustscan {{[-p|--ports]}} {{port1,port2,...}} {{[-a|--addresses]}} {{address_or_addresses}}` +`rustscan {{[-p|--ports]}} {{port1,port2,...}} {{[-a|--addresses]}} {{address}}` - Scan a specific range of ports: -`rustscan {{[-r|--range]}} {{start}}-{{end}} {{[-a|--addresses]}} {{address_or_addresses}}` +`rustscan {{[-r|--range]}} {{start}}-{{end}} {{[-a|--addresses]}} {{address}}` - Invoke `nmap` functionalities (Nmap's OS detection and default scripts): -`rustscan {{[-a|--addresses]}} {{address_or_addresses}} -- -O {{[-sC|--script=default]}}` +`rustscan {{[-a|--addresses]}} {{address}} -- -O {{[-sC|--script=default]}}` - Scan with custom batch size (default: 4500) and timeout (default: 1500ms): -`rustscan {{[-b|--batch-size]}} {{batch_size}} {{[-t|--timeout]}} {{timeout}} {{[-a|--addresses]}} {{address_or_addresses}}` +`rustscan {{[-b|--batch-size]}} {{batch_size}} {{[-t|--timeout]}} {{timeout}} {{[-a|--addresses]}} {{address}}` - Scan with specific port order: -`rustscan --scan-order {{serial|random}} {{[-a|--addresses]}} {{address_or_addresses}}` +`rustscan --scan-order {{serial|random}} {{[-a|--addresses]}} {{address}}` - Scan in greppable mode (only output of the ports, no `nmap`): -`rustscan {{[-g|--greppable]}} {{[-a|--addresses]}} {{address_or_addresses}}` +`rustscan {{[-g|--greppable]}} {{[-a|--addresses]}} {{address}}` diff --git a/pages/common/solcjs.md b/pages/common/solcjs.md index 83a0f1184c..73167ae07c 100644 --- a/pages/common/solcjs.md +++ b/pages/common/solcjs.md @@ -17,7 +17,7 @@ - Specify one or more paths to include containing external code: -`solcjs --bin --include-path {{path/to/directory}} {{path/to/file.sol}}` +`solcjs --bin --include-path {{path/to/directory path/to/file.sol ...}}` - Optimise the generated bytecode: diff --git a/pages/common/svn.md b/pages/common/svn.md index 2c3e542273..72952b0ef3 100644 --- a/pages/common/svn.md +++ b/pages/common/svn.md @@ -13,11 +13,11 @@ - Put files and directories under version control, scheduling them for addition to repository. They will be added in next commit: -`svn add {{PATH}}` +`svn add {{path/to/file_or_directory}}` - Send changes from your working copy to the repository: -`svn {{[ci|commit]}} {{[-m|--message]}} {{commit_log_message}} [{{PATH}}]` +`svn {{[ci|commit]}} {{[-m|--message]}} {{commit_log_message}} {{path/to/directory}}` - Display changes from the last 10 revisions, showing modified files for each revision: diff --git a/pages/linux/chcpu.md b/pages/linux/chcpu.md index d3e34a8381..4e5d23f71f 100644 --- a/pages/linux/chcpu.md +++ b/pages/linux/chcpu.md @@ -5,8 +5,8 @@ - Disable one or more CPUs by their IDs: -`chcpu {{[-d|--disable]}} {{1,3}}` +`chcpu {{[-d|--disable]}} {{1,3,...}}` - Enable one or more ranges of CPUs by their IDs: -`chcpu {{[-e|--enable]}} {{1-3,5-7}}` +`chcpu {{[-e|--enable]}} {{1-3,5-7,...}}` diff --git a/pages/linux/goaccess.md b/pages/linux/goaccess.md index 3decd6984c..19122a283e 100644 --- a/pages/linux/goaccess.md +++ b/pages/linux/goaccess.md @@ -5,7 +5,7 @@ - Analyze one or more log files in interactive mode: -`goaccess {{path/to/logfile1 path/to/file2 ...}}` +`goaccess {{path/to/log1 path/to/log2 ...}}` - Use a specific log-format (or pre-defined formats like "combined"): diff --git a/pages/linux/stratis.md b/pages/linux/stratis.md index 61b8f2c427..ef6a68811d 100644 --- a/pages/linux/stratis.md +++ b/pages/linux/stratis.md @@ -10,7 +10,7 @@ - Create a storage pool from one or more devices: -`sudo stratis pool create {{pool_name}} {{/dev/sdX}} {{/dev/sdY}}` +`sudo stratis pool create {{pool_name}} {{/dev/sdX /dev/sdY ...}}` - Create a filesystem (volume) in a pool: