From ce9de4753a7cabe2501cabd41a717f6f9c38cf58 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 7 Mar 2025 13:14:54 +0200 Subject: [PATCH] *: fix style guide issues part 6 (#15792) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Darío Hereñú --- pages.de/common/git-tag.md | 6 +++--- pages.de/linux/xrandr.md | 2 +- pages.es/common/git-shortlog.md | 10 +++++----- pages.es/common/git-svn.md | 4 ++-- pages.es/common/git-tag.md | 6 +++--- pages.es/linux/aur.md | 10 +++++----- pages.es/linux/dhcpcd.md | 4 ++-- pages.es/linux/eu-readelf.md | 4 ++-- pages.es/linux/journalctl.md | 14 +++++++------- pages.fr/common/git-shortlog.md | 8 ++++---- pages.fr/common/git-svn.md | 2 +- pages.fr/common/git-tag.md | 6 +++--- pages.it/common/git-shortlog.md | 8 ++++---- pages.it/common/git-svn.md | 2 +- pages.it/common/git-tag.md | 6 +++--- pages.ko/common/git-shortlog.md | 8 ++++---- pages.ko/common/git-svn.md | 2 +- pages.ko/common/git-tag.md | 6 +++--- pages.ko/linux/aur.md | 8 ++++---- pages.ko/linux/cam.md | 8 ++++---- pages.ko/linux/dhcpcd.md | 4 ++-- pages.ko/linux/eu-readelf.md | 4 ++-- pages.ko/linux/journalctl.md | 16 ++++++++-------- pages.ko/linux/pkgctl-repo.md | 2 +- pages.ko/linux/repo-add.md | 4 ++-- pages.ko/linux/xrandr.md | 4 ++-- pages.nl/linux/pkgctl-repo.md | 2 +- pages.pl/linux/journalctl.md | 10 +++++----- pages.pt_BR/common/git-tag.md | 6 +++--- pages.pt_BR/linux/xrandr.md | 4 ++-- pages.tr/common/git-svn.md | 2 +- pages.tr/common/git-tag.md | 6 +++--- pages.tr/linux/xrandr.md | 2 +- pages.uk/linux/journalctl.md | 14 +++++++------- pages/common/git-shortlog.md | 8 ++++---- pages/common/git-svn.md | 2 +- pages/common/git-tag.md | 6 +++--- pages/linux/aur.md | 10 +++++----- pages/linux/cam.md | 8 ++++---- pages/linux/dhcpcd.md | 4 ++-- pages/linux/eu-readelf.md | 4 ++-- pages/linux/journalctl.md | 16 ++++++++-------- pages/linux/pkgctl-repo.md | 2 +- pages/linux/repo-add.md | 4 ++-- pages/linux/xrandr.md | 4 ++-- 45 files changed, 136 insertions(+), 136 deletions(-) diff --git a/pages.de/common/git-tag.md b/pages.de/common/git-tag.md index 69c414ed66..018feb8956 100644 --- a/pages.de/common/git-tag.md +++ b/pages.de/common/git-tag.md @@ -17,15 +17,15 @@ - Erstelle einen Tag mit Anmerkung: -`git tag {{tag_name}} -m {{anmkerung}}` +`git tag {{tag_name}} {{[-m|--message]}} {{anmkerung}}` - Lösche einen Tag mit bestimmten Namen: -`git tag -d {{tag_name}}` +`git tag {{[-d|--delete]}} {{tag_name}}` - Lade die aktualisierten Tags aus dem Upstream: -`git fetch --tags` +`git fetch {{[-t|--tags]}}` - Liste alle Tags auf, bei denen sich in den vorangegangenen Commits ein bestimmter Commit findet: diff --git a/pages.de/linux/xrandr.md b/pages.de/linux/xrandr.md index 7d2bde804f..1d9fbd90cc 100644 --- a/pages.de/linux/xrandr.md +++ b/pages.de/linux/xrandr.md @@ -5,7 +5,7 @@ - Zeige den momentanen Systemzustand an (erkannte Bildschirme, Auflösungen, ...): -`xrandr --query` +`xrandr {{[-q|--query]}}` - Deaktiviere nicht mehr verbundene Ausgangsgeräte und aktiviere verbundene Ausgänge mit Standardeinstellungen: diff --git a/pages.es/common/git-shortlog.md b/pages.es/common/git-shortlog.md index e080e20bcd..b30286f3e8 100644 --- a/pages.es/common/git-shortlog.md +++ b/pages.es/common/git-shortlog.md @@ -9,20 +9,20 @@ - Muestra un resumen de todas las confirmaciones realizadas, agrupadas por el número de confirmaciones realizadas: -`git shortlog {{-n|--numbered}}` +`git shortlog {{[-n|--numbered]}}` - Muestra un resumen de todas las confirmaciones realizadas, agrupadas por la identidad de quien realiza la confirmación (usuario y correo electrónico): -`git shortlog {{-c|--committer}}` +`git shortlog {{[-c|--committer]}}` -- Muestra un resumen de las últimas cinco confirmaciones (i. e., un rango de revisiones específico): +- Muestra un resumen de las últimas cinco confirmaciones (p. e., un rango de revisiones específico): `git shortlog HEAD~5..HEAD` - Muestra todos los usuarios, correos electrónicos y número de confirmaciones en la rama actual: -`git shortlog {{-s|--summary}} {{-n|--numbered}} {{-e|--email}}` +`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}` - Muestra todos los usuarios, correos electrónicos y número de confirmaciones en todas las ramas: -`git shortlog {{-s|--summary}} {{-n|--numbered}} {{-e|--email}} --all` +`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all` diff --git a/pages.es/common/git-svn.md b/pages.es/common/git-svn.md index 02e6fa97e4..9ea5830a85 100644 --- a/pages.es/common/git-svn.md +++ b/pages.es/common/git-svn.md @@ -7,9 +7,9 @@ `git svn clone {{https://ejemplo.com/repositorio_subversion}} {{directorio_local}}` -- Clona un repositorio SVN a partir un número de revisión específico: +- Clona un repositorio SVN a partir de un número de revisión específico: -`git svn clone {{-r|--revision}} {{1234}}:HEAD {{https://svn.ejemplo.net/subversion/repo}} {{directorio_local}}` +`git svn clone {{[-r|--revision]}} {{1234}}:HEAD {{https://svn.ejemplo.net/subversion/repo}} {{directorio_local}}` - Actualiza el clon local a partir del repositorio SVN: diff --git a/pages.es/common/git-tag.md b/pages.es/common/git-tag.md index 47eff40797..80cef9de2e 100644 --- a/pages.es/common/git-tag.md +++ b/pages.es/common/git-tag.md @@ -18,15 +18,15 @@ - Crea una etiqueta anotada con el mensaje especificado: -`git tag {{nombre_de_la_etiqueta}} -m {{mensaje_de_la_etiqueta}}` +`git tag {{nombre_de_la_etiqueta}} {{[-m|--message]}} {{mensaje_de_la_etiqueta}}` - Elimina la etiqueta con el nombre especificado: -`git tag {{-d|--delete}} {{nombre_de_la_etiqueta}}` +`git tag {{[-d|--delete]}} {{nombre_de_la_etiqueta}}` - Obtén las etiquetas actualizadas del remoto (remote): -`git fetch --tags` +`git fetch {{[-t|--tags]}}` - Envía una etiqueta al remoto: diff --git a/pages.es/linux/aur.md b/pages.es/linux/aur.md index 38ae4bb0cf..b98bd58f60 100644 --- a/pages.es/linux/aur.md +++ b/pages.es/linux/aur.md @@ -12,14 +12,14 @@ `aur sync {{paquete}}` -- [l]ista paquetes disponibles en tu repositorio local: +- Lista paquetes disponibles en tu repositorio local: -`aur repo --list` +`aur repo {{[-l|--list]}}` -- Act[u]aliza los paquetes del repositorio local: +- Actualiza los paquetes del repositorio local: -`aur sync --upgrades` +`aur sync {{[-u|--upgrades]}}` - Instala un paquete sin ver los cambios en Vim y sin confirmar la instalación de dependencias: -`aur sync --noview --noconfirm {{paquete}}` +`aur sync --noview {{[-n|--noconfirm]}} {{paquete}}` diff --git a/pages.es/linux/dhcpcd.md b/pages.es/linux/dhcpcd.md index 4e6ae735b2..a51abdf36d 100644 --- a/pages.es/linux/dhcpcd.md +++ b/pages.es/linux/dhcpcd.md @@ -5,8 +5,8 @@ - Libera todas las direcciones: -`sudo dhcpcd --release` +`sudo dhcpcd {{[-k|--release]}}` - Solicita nuevas direcciones al servidor DHCP: -`sudo dhcpcd --rebind` +`sudo dhcpcd {{[-n|--rebind]}}` diff --git a/pages.es/linux/eu-readelf.md b/pages.es/linux/eu-readelf.md index 91a8272a07..645f3200cc 100644 --- a/pages.es/linux/eu-readelf.md +++ b/pages.es/linux/eu-readelf.md @@ -5,8 +5,8 @@ - Muestra toda la información extraíble en un archivo ELF: -`eu-readelf --all {{ruta/al/archivo}}` +`eu-readelf {{[-a|--all]}} {{ruta/al/archivo}}` - Muestra el contenido de todos los segmentos y secciones de NOTE, o de un segmento o sección en particular: -`eu-readelf --notes[={{.note.ABI-tag}}] {{ruta/al/fichero}}` +`eu-readelf {{[-n--notes]}} {{.note.ABI-tag}} {{ruta/al/fichero}}` diff --git a/pages.es/linux/journalctl.md b/pages.es/linux/journalctl.md index 1a42142f46..0d48876099 100644 --- a/pages.es/linux/journalctl.md +++ b/pages.es/linux/journalctl.md @@ -3,21 +3,21 @@ > Consulta el registro systemd. > Más información: . -- Muestra todos los mensajes con nivel de prioridad 3 (errores) de este [b]oot: +- Muestra todos los mensajes con nivel de prioridad 3 (errores) de este boot: -`journalctl -b --priority=3` +`journalctl {{[-b|--boot]}} {{[-p|--priority]}} 3` - Elimina los registros diarios con más de 2 días de antigüedad: -`journalctl --vacuum-time=2d` +`journalctl --vacuum-time 2d` - Muestra solo las últimas N líneas y sigue los mensajes nuevos (como `tail -f` de un syslog tradicional): -`journalctl --lines {{N}} --follow` +`journalctl {{[-n|--lines]}} {{N}} {{[-f|--follow]}}` -- Muestra todos los mensajes de una [u]nidad específica: +- Muestra todos los mensajes de una unidad específica: -`journalctl --unit {{unidad}}` +`journalctl {{[-u|--unit]}} {{unidad}}` - Muestra los registros de una unidad determinada desde la última vez que se inició: @@ -25,7 +25,7 @@ - Filtra mensajes dentro de un intervalo de tiempo (marca de tiempo o marcadores de posición como "ayer"): -`journalctl --since {{now|today|yesterday|tomorrow}} --until "{{YYYY-MM-DD HH:MM:SS}}"` +`journalctl {{[-S|--since]}} {{now|today|yesterday|tomorrow}} {{[-U|--until]}} "{{YYYY-MM-DD HH:MM:SS}}"` - Muestra todos los mensajes de un proceso específico: diff --git a/pages.fr/common/git-shortlog.md b/pages.fr/common/git-shortlog.md index 3291f9def9..d19dd292d3 100644 --- a/pages.fr/common/git-shortlog.md +++ b/pages.fr/common/git-shortlog.md @@ -9,11 +9,11 @@ - Afficher un résumé de tous les commits effectués, regroupés par le nombre de commits effectués : -`git shortlog {{-n|--numbered}}` +`git shortlog {{[-n|--numbered]}}` - Afficher un résumé de tous les commits effectués, regroupés par le nom et l'email de l'utilisateur : -`git shortlog {{-c|--committer}}` +`git shortlog {{[-c|--committer]}}` - Afficher un résumé des 5 derniers commits effectués : @@ -21,8 +21,8 @@ - Afficher tout les utilisateurs, emails et le nombre de commits dans la branche : -`git shortlog {{-s|--summary}} {{-n|--numbered}} {{-e|--email}}` +`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}` - Afficher tout les utilisateurs, emails et le nombre de commits dans toutes les branches : -`git shortlog {{-s|--summary}} {{-n|--numbered}} {{-e|--email}} --all` +`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all` diff --git a/pages.fr/common/git-svn.md b/pages.fr/common/git-svn.md index bab517b95e..8cb104124f 100644 --- a/pages.fr/common/git-svn.md +++ b/pages.fr/common/git-svn.md @@ -9,7 +9,7 @@ - Cloner un dépôt SVN à partir d'une révision donnée : -`git svn clone {{-r|--revision}} {{1234}}:HEAD {{https://svn.example.net/subversion/repo}} {{local_dir}}` +`git svn clone {{[-r|--revision]}} {{1234}}:HEAD {{https://svn.example.net/subversion/repo}} {{local_dir}}` - Mettre à jour le clone local à partir du dépôt SVN distant : diff --git a/pages.fr/common/git-tag.md b/pages.fr/common/git-tag.md index 8a3f061350..14c976778a 100644 --- a/pages.fr/common/git-tag.md +++ b/pages.fr/common/git-tag.md @@ -18,15 +18,15 @@ - Créer un tag annoté avec le message spécifié : -`git tag {{nom_d_etiquette}} -m {{message_d_etiquette}}` +`git tag {{nom_d_etiquette}} {{[-m|--message]}} {{message_d_etiquette}}` - Supprimer le tag avec le nom spécifié : -`git tag -d {{nom_d_etiquette}}` +`git tag {{[-d|--delete]}} {{nom_d_etiquette}}` - Mettre à jour les tags depuis l'origine : -`git fetch --tags` +`git fetch {{[-t|--tags]}}` - Liste toutes les tags dont les ancêtres incluent un commit donné : diff --git a/pages.it/common/git-shortlog.md b/pages.it/common/git-shortlog.md index 2825a26134..e33fca2bbd 100644 --- a/pages.it/common/git-shortlog.md +++ b/pages.it/common/git-shortlog.md @@ -9,11 +9,11 @@ - Mostra un riassunto dei commit fatti, ordinati per numero di commit: -`git shortlog {{-n|--numbered}}` +`git shortlog {{[-n|--numbered]}}` - Mostra un riassunto dei commit fatti, raggruppati per identità dell'utente che ha eseguito il commit (nome e email): -`git shortlog {{-c|--committer}}` +`git shortlog {{[-c|--committer]}}` - Mostra un riassunto degli ultimi 5 commit (richiesti sottoforma di intervallo di revisione): @@ -21,8 +21,8 @@ - Mostra tutti gli utenti, email e numero di commit nel ramo corrente: -`git shortlog {{-s|--summary}} {{-n|--numbered}} {{-e|--email}}` +`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}` - Mostra tutti gli utenti, email e numero di commit in tutti i rami: -`git shortlog {{-s|--summary}} {{-n|--numbered}} {{-e|--email}} --all` +`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all` diff --git a/pages.it/common/git-svn.md b/pages.it/common/git-svn.md index 09e256225c..0584b66378 100644 --- a/pages.it/common/git-svn.md +++ b/pages.it/common/git-svn.md @@ -9,7 +9,7 @@ - Clona un repository SVN a partire da uno specifico numero di revisione: -`git svn clone {{-r|--revision}} {{1234}}:HEAD {{https://svn.esempio.net/subversion/repo}} {{directory_locale}}` +`git svn clone {{[-r|--revision]}} {{1234}}:HEAD {{https://svn.esempio.net/subversion/repo}} {{directory_locale}}` - Aggiorna una copia locale da un repository SVN remoto: diff --git a/pages.it/common/git-tag.md b/pages.it/common/git-tag.md index 8423e3f3e8..4d970c0e25 100644 --- a/pages.it/common/git-tag.md +++ b/pages.it/common/git-tag.md @@ -18,15 +18,15 @@ - Crea un tag annotandolo con un messaggio: -`git tag {{nome_tag}} -m {{messaggio_tag}}` +`git tag {{nome_tag}} {{[-m|--message]}} {{messaggio_tag}}` - Cancella un tag, dato il suo nome: -`git tag -d {{nome_tag}}` +`git tag {{[-d|--delete]}} {{nome_tag}}` - Scarica tag aggiornati da upstream: -`git fetch --tags` +`git fetch {{[-t|--tags]}}` - Mostra tutti i tag i cui predecessori includono uno specifico commit: diff --git a/pages.ko/common/git-shortlog.md b/pages.ko/common/git-shortlog.md index 565be59b82..3d09388b6c 100644 --- a/pages.ko/common/git-shortlog.md +++ b/pages.ko/common/git-shortlog.md @@ -9,11 +9,11 @@ - 커밋 수에 따라 정렬된 모든 커밋 요약 보기: -`git shortlog {{-n|--numbered}}` +`git shortlog {{[-n|--numbered]}}` - 커미터의 신원(이름과 이메일)별로 그룹화된 모든 커밋 요약 보기: -`git shortlog {{-c|--committer}}` +`git shortlog {{[-c|--committer]}}` - 마지막 5개의 커밋 요약 보기(즉, 리비전 범위 지정): @@ -21,8 +21,8 @@ - 현재 브랜치에서 모든 사용자, 이메일 및 커밋 수 요약 보기: -`git shortlog {{-s|--summary}} {{-n|--numbered}} {{-e|--email}}` +`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}` - 모든 브랜치에서 모든 사용자, 이메일 및 커밋 수 요약 보기: -`git shortlog {{-s|--summary}} {{-n|--numbered}} {{-e|--email}} --all` +`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all` diff --git a/pages.ko/common/git-svn.md b/pages.ko/common/git-svn.md index f067fd4977..a7be26a4fd 100644 --- a/pages.ko/common/git-svn.md +++ b/pages.ko/common/git-svn.md @@ -9,7 +9,7 @@ - 특정 리비전 번호에서 시작하여 SVN 저장소 클론: -`git svn clone {{-r|--revision}} {{1234}}:HEAD {{https://svn.example.net/subversion/repo}} {{local_dir}}` +`git svn clone {{[-r|--revision]}} {{1234}}:HEAD {{https://svn.example.net/subversion/repo}} {{local_dir}}` - 원격 SVN 저장소에서 로컬 클론 업데이트: diff --git a/pages.ko/common/git-tag.md b/pages.ko/common/git-tag.md index 5bd493ec24..0f679bf23c 100644 --- a/pages.ko/common/git-tag.md +++ b/pages.ko/common/git-tag.md @@ -18,15 +18,15 @@ - 주어진 메시지로 주석이 달린 태그 생성: -`git tag {{태그_이름}} -m {{태그_메시지}}` +`git tag {{태그_이름}} {{[-m|--message]}} {{태그_메시지}}` - 주어진 이름을 가진 태그를 삭제: -`git tag {{-d|--delete}} {{태그_이름}}` +`git tag {{[-d|--delete]}} {{태그_이름}}` - 업스트림에서 업데이트된 태그 가져오기: -`git fetch --tags` +`git fetch {{[-t|--tags]}}` - 태그를 원격 저장소에 푸시: diff --git a/pages.ko/linux/aur.md b/pages.ko/linux/aur.md index 8c0322126c..df5a5c0632 100644 --- a/pages.ko/linux/aur.md +++ b/pages.ko/linux/aur.md @@ -14,12 +14,12 @@ - 로컬 저장소에 있는 패키지 [l]목록: -`aur repo --list` +`aur repo {{[-l|--list]}}` -- 로컬 저장소 패키지 [u]업그레이드: +- 로컬 저장소 패키지 업그레이드: -`aur sync --upgrades` +`aur sync {{[-u|--upgrades]}}` - Vim에서 변경 사항을 보지 않고 패키지를 설치하며, 의존성 설치를 확인하지 않음: -`aur sync --noview --noconfirm {{패키지}}` +`aur sync --noview {{[-n|--noconfirm]}} {{패키지}}` diff --git a/pages.ko/linux/cam.md b/pages.ko/linux/cam.md index 921a05ff71..c1f1b10cf7 100644 --- a/pages.ko/linux/cam.md +++ b/pages.ko/linux/cam.md @@ -5,16 +5,16 @@ - 사용 가능한 카메라 나열: -`cam --list` +`cam {{[-l|--list]}}` - 카메라의 컨트롤 나열: -`cam --camera {{카메라_인덱스}} --list-controls` +`cam {{[-c|--camera]}} {{카메라_인덱스}} --list-controls` - 프레임을 폴더에 저장: -`cam --camera {{카메라_인덱스}} --capture={{캡처할_프레임_수}} --file` +`cam {{[-c|--camera]}} {{카메라_인덱스}} {{[-C|--capture=]}}{{캡처할_프레임_수}} {{[-F|--file]}}` - 창에 카메라 피드 표시: -`cam --camera {{카메라_인덱스}} --capture --sdl` +`cam {{[-c|--camera]}} {{카메라_인덱스}} {{[-C|--capture]}} {{[-S|--sdl]}}` diff --git a/pages.ko/linux/dhcpcd.md b/pages.ko/linux/dhcpcd.md index 6f43f78054..33f2057e8d 100644 --- a/pages.ko/linux/dhcpcd.md +++ b/pages.ko/linux/dhcpcd.md @@ -5,8 +5,8 @@ - 모든 주소 임대 해제: -`sudo dhcpcd --release` +`sudo dhcpcd {{[-k|--release]}}` - DHCP 서버에 새 임대 요청: -`sudo dhcpcd --rebind` +`sudo dhcpcd {{[-n|--rebind]}}` diff --git a/pages.ko/linux/eu-readelf.md b/pages.ko/linux/eu-readelf.md index 20e0391578..e6429d25d7 100644 --- a/pages.ko/linux/eu-readelf.md +++ b/pages.ko/linux/eu-readelf.md @@ -5,8 +5,8 @@ - ELF 파일에 포함된 모든 추출 가능한 정보 표시: -`eu-readelf --all {{경로/대상/파일}}` +`eu-readelf {{[-a|--all]}} {{경로/대상/파일}}` - 모든 NOTE 세그먼트/섹션 또는 특정 세그먼트/섹션의 내용 표시: -`eu-readelf --notes[={{.note.ABI-tag}}] {{경로/대상/파일}}` +`eu-readelf {{[-n--notes]}} {{.note.ABI-tag}} {{경로/대상/파일}}` diff --git a/pages.ko/linux/journalctl.md b/pages.ko/linux/journalctl.md index d7563f3c8b..ba6c9b1db5 100644 --- a/pages.ko/linux/journalctl.md +++ b/pages.ko/linux/journalctl.md @@ -3,21 +3,21 @@ > systemd 저널을 조회합니다. > 더 많은 정보: . -- 현재 [b]부트에서 우선순위 레벨 3(오류)로 모든 메시지 표시: +- 현재 부트에서 우선순위 레벨 3(오류)로 모든 메시지 표시: -`journalctl -b --priority=3` +`journalctl {{[-b|--boot]}} {{[-p|--priority]}} 3` - 2일 이상된 저널 로그 삭제: -`journalctl --vacuum-time=2d` +`journalctl --vacuum-time 2d` -- 마지막 N줄만 표시하고 새 메시지를 [f]팔로우(전통적인 syslog의 `tail -f`처럼) 표시: +- 마지막 N줄만 표시하고 새 메시지를 팔로우(전통적인 syslog의 `tail -f`처럼) 표시: -`journalctl --lines {{N}} --follow` +`journalctl {{[-n|--lines]}} {{N}} {{[-f|--follow]}}` -- 특정 [u]유닛의 모든 메시지 표시: +- 특정 유닛의 모든 메시지 표시: -`journalctl --unit {{유닛}}` +`journalctl {{[-u|--unit]}} {{유닛}}` - 마지막으로 시작된 이후 유닛의 로그 표시: @@ -25,7 +25,7 @@ - 시간 범위 내의 메시지 필터링(타임스탬프 또는 "yesterday" 같은 플레이스홀더 사용 가능): -`journalctl --since {{now|today|yesterday|tomorrow}} --until "{{YYYY-MM-DD HH:MM:SS}}"` +`journalctl {{[-S|--since]}} {{now|today|yesterday|tomorrow}} {{[-U|--until]}} "{{YYYY-MM-DD HH:MM:SS}}"` - 특정 프로세스의 모든 메시지 표시: diff --git a/pages.ko/linux/pkgctl-repo.md b/pages.ko/linux/pkgctl-repo.md index 6841ad33f2..59090b9db0 100644 --- a/pages.ko/linux/pkgctl-repo.md +++ b/pages.ko/linux/pkgctl-repo.md @@ -10,7 +10,7 @@ - HTTPS를 통해 패키지 저장소를 클론: -`pkgctl repo clone --protocol=https {{패키지명}}` +`pkgctl repo clone --protocol https {{패키지명}}` - 새로운 GitLab 패키지 저장소 생성 후 클론(GitLab API 인증 필요): diff --git a/pages.ko/linux/repo-add.md b/pages.ko/linux/repo-add.md index 993a7d5e98..9bb95d4a34 100644 --- a/pages.ko/linux/repo-add.md +++ b/pages.ko/linux/repo-add.md @@ -9,11 +9,11 @@ - 현재 디렉토리의 모든 패키지 바이너리를 추가하고 기존 데이터베이스 파일 제거: -`repo-add --remove {{경로/대상/데이터베이스.db.tar.gz}} {{*.pkg.tar.zst}}` +`repo-add {{[-R|--remove]}} {{경로/대상/데이터베이스.db.tar.gz}} {{*.pkg.tar.zst}}` - 경고 및 오류 메시지를 제외하고 조용한 모드로 현재 디렉토리의 모든 패키지 바이너리 추가: -`repo-add --quiet {{경로/대상/데이터베이스.db.tar.gz}} {{*.pkg.tar.zst}}` +`repo-add {{[-q|--quiet]}} {{경로/대상/데이터베이스.db.tar.gz}} {{*.pkg.tar.zst}}` - 색상을 표시하지 않고 현재 디렉토리의 모든 패키지 바이너리 추가: diff --git a/pages.ko/linux/xrandr.md b/pages.ko/linux/xrandr.md index 9cba45ad3f..9a423d536b 100644 --- a/pages.ko/linux/xrandr.md +++ b/pages.ko/linux/xrandr.md @@ -5,7 +5,7 @@ - 시스템의 현재 상태(알려진 화면, 해상도 등) 표시: -`xrandr --query` +`xrandr {{[-q|--query]}}` - 연결되지 않은 출력을 비활성화하고 기본 설정으로 연결된 출력 활성화: @@ -29,4 +29,4 @@ - X 서버의 현재 상태 표시: -`xrandr --display :{{0}} --query` +`xrandr {{[-d|--display]}} :{{0}} {{[-q|--query]}}` diff --git a/pages.nl/linux/pkgctl-repo.md b/pages.nl/linux/pkgctl-repo.md index 58eed7d62f..54cd06dbed 100644 --- a/pages.nl/linux/pkgctl-repo.md +++ b/pages.nl/linux/pkgctl-repo.md @@ -10,7 +10,7 @@ - Kloon een pakketrepository via HTTPS: -`pkgctl repo clone --protocol=https {{pkgname}}` +`pkgctl repo clone --protocol https {{pkgname}}` - Maak een nieuwe GitLab pakketrepository en kloon het na het aanmaken (vereist valide GitLab API authenticatie): diff --git a/pages.pl/linux/journalctl.md b/pages.pl/linux/journalctl.md index 322779e8d5..26b347a657 100644 --- a/pages.pl/linux/journalctl.md +++ b/pages.pl/linux/journalctl.md @@ -5,19 +5,19 @@ - Wyświetl wszystkie wiadomości o priorytecie 3 (błędy) z tego rozruchu: -`journalctl -b --priority=3` +`journalctl {{[-b|--boot]}} {{[-p|--priority]}} 3` - Usuń dzienniki starsze niż 2 dni: -`journalctl --vacuum-time=2d` +`journalctl --vacuum-time 2d` - Wyświetlaj nowe wiadomości (jak `tail -f` dla tradycyjnego sysloga): -`journalctl --follow` +`journalctl {{[-f|--follow]}}` - Wyświetl wszystkie wiadomości podanej jednostki: -`journalctl --unit {{jednostka}}` +`journalctl {{[-u|--unit]}} {{jednostka}}` - Wyświetl wiadomości podanej jednostki od czasu jej ostatniego uruchomienia: @@ -25,7 +25,7 @@ - Filtruj wiadomości w zakresie czasu (znacznik czasu lub symbol zastępczy, np. "yesterday"): -`journalctl --since {{now|today|yesterday|tomorrow}} --until "{{YYYY-MM-DD HH:MM:SS}}"` +`journalctl {{[-S|--since]}} {{now|today|yesterday|tomorrow}} {{[-U|--until]}} "{{YYYY-MM-DD HH:MM:SS}}"` - Wyświetl wszystkie wiadomości podanego procesu: diff --git a/pages.pt_BR/common/git-tag.md b/pages.pt_BR/common/git-tag.md index fe3d8e2a8b..90df95afc1 100644 --- a/pages.pt_BR/common/git-tag.md +++ b/pages.pt_BR/common/git-tag.md @@ -18,15 +18,15 @@ - Cria uma tag anotada com a mensagem fornecida: -`git tag {{nome_da_tag}} -m {{mensagem_da_tag}}` +`git tag {{nome_da_tag}} {{[-m|--message]}} {{mensagem_da_tag}}` - Exclui a tag com o nome fornecido: -`git tag {{-d|--delete}} {{nome_da_tag}}` +`git tag {{[-d|--delete]}} {{nome_da_tag}}` - Obtém tags atualizadas do remote: -`git fetch --tags` +`git fetch {{[-t|--tags]}}` - Envia uma tag para o remote: diff --git a/pages.pt_BR/linux/xrandr.md b/pages.pt_BR/linux/xrandr.md index e9d0024e73..ec9313fa43 100644 --- a/pages.pt_BR/linux/xrandr.md +++ b/pages.pt_BR/linux/xrandr.md @@ -5,7 +5,7 @@ - Exibe o estado atual do sistema (telas conhecidas, resoluções, ...): -`xrandr --query` +`xrandr {{[-q|--query]}}` - Desativa saídas desconectadas e ativa as conectadas com as configurações padrão: @@ -29,4 +29,4 @@ - Mostra o estado atual de qualquer servidor X: -`xrandr --display :{{0}} --query` +`xrandr {{[-d|--display]}} :{{0}} {{[-q|--query]}}` diff --git a/pages.tr/common/git-svn.md b/pages.tr/common/git-svn.md index eb2069e3b9..47f035adda 100644 --- a/pages.tr/common/git-svn.md +++ b/pages.tr/common/git-svn.md @@ -9,7 +9,7 @@ - Bir SVN deposunu belirtilen düzenleme numarasından başlayarak klonla: -`git svn clone {{-r|--revision}} {{1234}}:HEAD {{https://svn.ornek.net/altsürüm/depo}} {{yerel_dizin}}` +`git svn clone {{[-r|--revision]}} {{1234}}:HEAD {{https://svn.ornek.net/altsürüm/depo}} {{yerel_dizin}}` - Uzak SVN deposundan yerel klonu güncelle: diff --git a/pages.tr/common/git-tag.md b/pages.tr/common/git-tag.md index 394e7d4d6e..59b5a91bdb 100644 --- a/pages.tr/common/git-tag.md +++ b/pages.tr/common/git-tag.md @@ -18,15 +18,15 @@ - Belirtilen mesaja sahip açıklamalı bir etiket yarat: -`git tag {{etiket_ismi}} -m {{etiket_mesajı}}` +`git tag {{etiket_ismi}} {{[-m|--message]}} {{etiket_mesajı}}` - Belirtilen isimdeki etiketi sil: -`git tag -d {{etiket_ismi}}` +`git tag {{[-d|--delete]}} {{etiket_ismi}}` - Ana projeden güncellenmiş etiketleri al: -`git fetch --tags` +`git fetch {{[-t|--tags]}}` - Belirtilen commit'i içeren/içermiş tüm etiketleri sırala: diff --git a/pages.tr/linux/xrandr.md b/pages.tr/linux/xrandr.md index b4c729ba18..0118d63611 100644 --- a/pages.tr/linux/xrandr.md +++ b/pages.tr/linux/xrandr.md @@ -5,7 +5,7 @@ - Sistemin mevcut durumunu göster (bilinen ekranlar, çözünürlükler, ...): -`xrandr --query` +`xrandr {{[-q|--query]}}` - Bağlantısı kesilmiş çıkışları devre dışı bırak ve bağlanmış olanları varsayılan ayarlar ile devreye sok: diff --git a/pages.uk/linux/journalctl.md b/pages.uk/linux/journalctl.md index 93b118fbdd..6a860bf614 100644 --- a/pages.uk/linux/journalctl.md +++ b/pages.uk/linux/journalctl.md @@ -3,25 +3,25 @@ > Запити до журналу systemd. > Більше інформації: . -- Показати всі повідомлення з рівнем пріоритету 3 (помилки) від цього завантаження ([b]oot): +- Показати всі повідомлення з рівнем пріоритету 3 (помилки) від цього завантаження: -`journalctl -b --priority=3` +`journalctl {{[-b|--boot]}} {{[-p|--priority]}} 3` - Видалити записи журналу, які старіші за 2 дні: -`journalctl --vacuum-time=2d` +`journalctl --vacuum-time 2d` - Слідкувати за новими повідомленнями (як `tail -f` для традиційного syslog): -`journalctl --follow` +`journalctl {{[-f|--follow]}}` -- Показати всі повідомлення за конкретним блоком ([u]nit): +- Показати всі повідомлення за конкретним блоком: -`journalctl --unit {{блок}}` +`journalctl {{[-u|--unit]}} {{блок}}` - Фільтрувати повідомлення в межах діапазону часу (мітка часу або покажчики місця заповнення, як-от «вчора»): -`journalctl --since {{now|today|yesterday|tomorrow}} --until "{{YYYY-MM-DD HH:MM:SS}}"` +`journalctl {{[-S|--since]}} {{now|today|yesterday|tomorrow}} {{[-U|--until]}} "{{YYYY-MM-DD HH:MM:SS}}"` - Показати всі повідомлення за певним процесом: diff --git a/pages/common/git-shortlog.md b/pages/common/git-shortlog.md index 9138f3ea08..06273ffae8 100644 --- a/pages/common/git-shortlog.md +++ b/pages/common/git-shortlog.md @@ -9,11 +9,11 @@ - View a summary of all the commits made, sorted by the number of commits made: -`git shortlog {{-n|--numbered}}` +`git shortlog {{[-n|--numbered]}}` - View a summary of all the commits made, grouped by the committer identities (name and email): -`git shortlog {{-c|--committer}}` +`git shortlog {{[-c|--committer]}}` - View a summary of the last 5 commits (i.e. specify a revision range): @@ -21,8 +21,8 @@ - View all users, emails and the number of commits in the current branch: -`git shortlog {{-s|--summary}} {{-n|--numbered}} {{-e|--email}}` +`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}` - View all users, emails and the number of commits in all branches: -`git shortlog {{-s|--summary}} {{-n|--numbered}} {{-e|--email}} --all` +`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all` diff --git a/pages/common/git-svn.md b/pages/common/git-svn.md index 5654567ca2..a46e080787 100644 --- a/pages/common/git-svn.md +++ b/pages/common/git-svn.md @@ -9,7 +9,7 @@ - Clone an SVN repository starting at a given revision number: -`git svn clone {{-r|--revision}} {{1234}}:HEAD {{https://svn.example.net/subversion/repo}} {{local_dir}}` +`git svn clone {{[-r|--revision]}} {{1234}}:HEAD {{https://svn.example.net/subversion/repo}} {{local_dir}}` - Update local clone from the remote SVN repository: diff --git a/pages/common/git-tag.md b/pages/common/git-tag.md index 922e8a1caf..871a86b046 100644 --- a/pages/common/git-tag.md +++ b/pages/common/git-tag.md @@ -18,15 +18,15 @@ - Create an annotated tag with the given message: -`git tag {{tag_name}} -m {{tag_message}}` +`git tag {{tag_name}} {{[-m|--message]}} {{tag_message}}` - Delete the tag with the given name: -`git tag {{-d|--delete}} {{tag_name}}` +`git tag {{[-d|--delete]}} {{tag_name}}` - Get updated tags from remote: -`git fetch --tags` +`git fetch {{[-t|--tags]}}` - Push a tag to remote: diff --git a/pages/linux/aur.md b/pages/linux/aur.md index d87e2f6b1c..b3629cf0a0 100644 --- a/pages/linux/aur.md +++ b/pages/linux/aur.md @@ -12,14 +12,14 @@ `aur sync {{package}}` -- [l]ist packages available in your local repository: +- List packages available in your local repository: -`aur repo --list` +`aur repo {{[-l|--list]}}` -- [u]pgrade local repository packages: +- Upgrade local repository packages: -`aur sync --upgrades` +`aur sync {{[-u|--upgrades]}}` - Install a package without viewing changes in Vim and do not confirm dependency installation: -`aur sync --noview --noconfirm {{package}}` +`aur sync --noview {{[-n|--noconfirm]}} {{package}}` diff --git a/pages/linux/cam.md b/pages/linux/cam.md index 5f8a7b6d3c..913d0a6ad5 100644 --- a/pages/linux/cam.md +++ b/pages/linux/cam.md @@ -5,16 +5,16 @@ - List available cameras: -`cam --list` +`cam {{[-l|--list]}}` - List controls of a camera: -`cam --camera {{camera_index}} --list-controls` +`cam {{[-c|--camera]}} {{camera_index}} --list-controls` - Write frames to a folder: -`cam --camera {{camera_index}} --capture={{frames_to_capture}} --file` +`cam {{[-c|--camera]}} {{camera_index}} {{[-C|--capture=]}}{{frames_to_capture}} {{[-F|--file]}}` - Display camera feed in a window: -`cam --camera {{camera_index}} --capture --sdl` +`cam {{[-c|--camera]}} {{camera_index}} {{[-C|--capture]}} {{[-S|--sdl]}}` diff --git a/pages/linux/dhcpcd.md b/pages/linux/dhcpcd.md index a6c10d3117..d13fa779a8 100644 --- a/pages/linux/dhcpcd.md +++ b/pages/linux/dhcpcd.md @@ -5,8 +5,8 @@ - Release all address leases: -`sudo dhcpcd --release` +`sudo dhcpcd {{[-k|--release]}}` - Request the DHCP server for new leases: -`sudo dhcpcd --rebind` +`sudo dhcpcd {{[-n|--rebind]}}` diff --git a/pages/linux/eu-readelf.md b/pages/linux/eu-readelf.md index 348c186a6b..d320e70235 100644 --- a/pages/linux/eu-readelf.md +++ b/pages/linux/eu-readelf.md @@ -5,8 +5,8 @@ - Display all extractable information contained in the ELF file: -`eu-readelf --all {{path/to/file}}` +`eu-readelf {{[-a|--all]}} {{path/to/file}}` - Display the contents of all NOTE segments/sections, or of a particular segment/section: -`eu-readelf --notes[={{.note.ABI-tag}}] {{path/to/file}}` +`eu-readelf {{[-n--notes]}} {{.note.ABI-tag}} {{path/to/file}}` diff --git a/pages/linux/journalctl.md b/pages/linux/journalctl.md index cbdd777c11..ee2a344c14 100644 --- a/pages/linux/journalctl.md +++ b/pages/linux/journalctl.md @@ -3,21 +3,21 @@ > Query the systemd journal. > More information: . -- Show all messages with priority level 3 (errors) from this [b]oot: +- Show all messages with priority level 3 (errors) from this boot: -`journalctl -b --priority=3` +`journalctl {{[-b|--boot]}} {{[-p|--priority]}} 3` - Delete journal logs which are older than 2 days: -`journalctl --vacuum-time=2d` +`journalctl --vacuum-time 2d` -- Show only the last N li[n]es and [f]ollow new messages (like `tail -f` for traditional syslog): +- Show only the last N lines and follow new messages (like `tail -f` for traditional syslog): -`journalctl --lines {{N}} --follow` +`journalctl {{[-n|--lines]}} {{N}} {{[-f|--follow]}}` -- Show all messages by a specific [u]nit: +- Show all messages by a specific unit: -`journalctl --unit {{unit}}` +`journalctl {{[-u|--unit]}} {{unit}}` - Show logs for a given unit since the last time it started: @@ -25,7 +25,7 @@ - Filter messages within a time range (either timestamp or placeholders like "yesterday"): -`journalctl --since {{now|today|yesterday|tomorrow}} --until "{{YYYY-MM-DD HH:MM:SS}}"` +`journalctl {{[-S|--since]}} {{now|today|yesterday|tomorrow}} {{[-U|--until]}} "{{YYYY-MM-DD HH:MM:SS}}"` - Show all messages by a specific process: diff --git a/pages/linux/pkgctl-repo.md b/pages/linux/pkgctl-repo.md index cc04fc85c1..a23e8b2e07 100644 --- a/pages/linux/pkgctl-repo.md +++ b/pages/linux/pkgctl-repo.md @@ -10,7 +10,7 @@ - Clone a package repository over HTTPS: -`pkgctl repo clone --protocol=https {{pkgname}}` +`pkgctl repo clone --protocol https {{pkgname}}` - Create a new GitLab package repository and clone it after creation (requires valid GitLab API authentication): diff --git a/pages/linux/repo-add.md b/pages/linux/repo-add.md index 534ec4f4e9..83f7d0539e 100644 --- a/pages/linux/repo-add.md +++ b/pages/linux/repo-add.md @@ -9,11 +9,11 @@ - Add all package binaries in the current directory and remove the old database file: -`repo-add --remove {{path/to/database.db.tar.gz}} {{*.pkg.tar.zst}}` +`repo-add {{[-R|--remove]}} {{path/to/database.db.tar.gz}} {{*.pkg.tar.zst}}` - Add all package binaries in the current directory in silent mode except for warning and error messages: -`repo-add --quiet {{path/to/database.db.tar.gz}} {{*.pkg.tar.zst}}` +`repo-add {{[-q|--quiet]}} {{path/to/database.db.tar.gz}} {{*.pkg.tar.zst}}` - Add all package binaries in the current directory without showing color: diff --git a/pages/linux/xrandr.md b/pages/linux/xrandr.md index c917a21b16..d6299a1736 100644 --- a/pages/linux/xrandr.md +++ b/pages/linux/xrandr.md @@ -5,7 +5,7 @@ - Display the current state of the system (known screens, resolutions, ...): -`xrandr --query` +`xrandr {{[-q|--query]}}` - Disable disconnected outputs and enable connected ones with default settings: @@ -29,4 +29,4 @@ - Display the current state of any X server: -`xrandr --display :{{0}} --query` +`xrandr {{[-d|--display]}} :{{0}} {{[-q|--query]}}`