mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
tldr: add option placeholders (#15910)
This commit is contained in:
parent
fe4c26ba2e
commit
5b11bb844b
18 changed files with 60 additions and 60 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Zeige die tldr-Seite für `cd` an und überschreibe die Standardplattform:
|
||||
|
||||
`tldr -p {{android|linux|osx|sunos|windows}} {{cd}}`
|
||||
`tldr {{[-p|--platform]}} {{android|linux|osx|sunos|windows}} {{cd}}`
|
||||
|
||||
- Zeige die tldr-Seite für einen Unterbefehl:
|
||||
|
||||
|
@ -17,4 +17,4 @@
|
|||
|
||||
- Aktualisiere die lokalen Seiten (wenn er Client Caching unterstützt):
|
||||
|
||||
`tldr -u`
|
||||
`tldr {{[-u|--update]}}`
|
||||
|
|
|
@ -14,24 +14,24 @@
|
|||
|
||||
- Imprime la página tldr para un comando en el [L]enguaje dado (si está disponible, de lo contrario vuelve al inglés):
|
||||
|
||||
`tldr --language {{código_de_lenguaje}} {{comando}}`
|
||||
`tldr {{[-L|--language]}} {{código_de_lenguaje}} {{comando}}`
|
||||
|
||||
- Imprime la página tldr para un comando de una [p]lataforma específica:
|
||||
|
||||
`tldr --platform {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{comando}}`
|
||||
`tldr {{[-p|--platform]}} {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{comando}}`
|
||||
|
||||
- Actualiza la caché local de páginas tldr:
|
||||
|
||||
`tldr --update`
|
||||
`tldr {{[-u|--update]}}`
|
||||
|
||||
- [l]ista todas las páginas para la plataforma actual y `common`:
|
||||
|
||||
`tldr --list`
|
||||
`tldr {{[-l|--list]}}`
|
||||
|
||||
- [l]ista todas las páginas de subcomandos disponibles para un comando:
|
||||
|
||||
`tldr --list | grep {{comando}} | column`
|
||||
`tldr {{[-l|--list]}} | grep {{comando}} | column`
|
||||
|
||||
- Imprime la página tldr para un comando aleatorio:
|
||||
|
||||
`tldr --list | shuf -n1 | xargs tldr`
|
||||
`tldr {{[-l|--list]}} | shuf -n1 | xargs tldr`
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Affiche la page tldr de `cd`, en forçant la plateforme par défaut :
|
||||
|
||||
`tldr -p {{android|linux|osx|sunos|windows}} {{cd}}`
|
||||
`tldr {{[-p|--platform]}} {{android|linux|osx|sunos|windows}} {{cd}}`
|
||||
|
||||
- Affiche la page tldr d'une sous-commande :
|
||||
|
||||
|
@ -17,4 +17,4 @@
|
|||
|
||||
- Met à jour les pages enregistrées localement (si le client supporte la mise en cache) :
|
||||
|
||||
`tldr -u`
|
||||
`tldr {{[-u|--update]}}`
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Linux के लिए tar tldr पेज दिखाएं:
|
||||
|
||||
`tldr -p {{linux}} {{tar}}`
|
||||
`tldr {{[-p|--platform]}} {{linux}} {{tar}}`
|
||||
|
||||
- एक Git उपकमांड के लिए सहायता प्राप्त करें:
|
||||
|
||||
|
@ -17,4 +17,4 @@
|
|||
|
||||
- स्थानीय पृष्ठों को अपडेट करें (यदि ग्राहक कैशिंग का समर्थन करता है):
|
||||
|
||||
`tldr -u`
|
||||
`tldr {{[-u|--update]}}`
|
||||
|
|
|
@ -14,24 +14,24 @@
|
|||
|
||||
- Tampilkan laman bantuan untuk suatu perintah dalam suatu bahasa (jika tersedia, selainnya dalam bahasa Inggris):
|
||||
|
||||
`tldr --language {{kode_bahasa}} {{perintah}}`
|
||||
`tldr {{[-L|--language]}} {{kode_bahasa}} {{perintah}}`
|
||||
|
||||
- Tampilkan laman bantuan untuk suatu perintah pada [p]latform tujuan:
|
||||
|
||||
`tldr --platform {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{command}}`
|
||||
`tldr {{[-p|--platform]}} {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{command}}`
|
||||
|
||||
- M[u]takhirkan data cache lokal untuk laman-laman bantuan:
|
||||
|
||||
`tldr --update`
|
||||
`tldr {{[-u|--update]}}`
|
||||
|
||||
- Tampilkan daftar seluruh laman bantuan untuk perintah-perintah yang tersedia pada platform saat ini dan `common` (lintas platform):
|
||||
|
||||
`tldr --list`
|
||||
`tldr {{[-l|--list]}}`
|
||||
|
||||
- Tampilkan daftar seluruh laman bantuan subperintah yang tersedia untuk dokumentasi suatu perintah induk:
|
||||
|
||||
`tldr --list | grep {{perintah}} | column`
|
||||
`tldr {{[-l|--list]}} | grep {{perintah}} | column`
|
||||
|
||||
- Tampilkan suatu laman bantuan untuk perintah yang dipilih secara acak:
|
||||
|
||||
`tldr --list | shuf -n1 | xargs tldr`
|
||||
`tldr {{[-l|--list]}} | shuf -n1 | xargs tldr`
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- tarのlinux向けtldrページを見る:
|
||||
|
||||
`tldr -p {{linux}} {{tar}}`
|
||||
`tldr {{[-p|--platform]}} {{linux}} {{tar}}`
|
||||
|
||||
- gitのサブコマンドについての情報を見る:
|
||||
|
||||
|
|
|
@ -14,20 +14,20 @@
|
|||
|
||||
- 주어진 [L]언어로 된 명령어의 tldr 페이지를 출력 (가능한 경우, 그렇지 않으면 영어로 표시):
|
||||
|
||||
`tldr --language {{언어_코드}} {{명령어}}`
|
||||
`tldr {{[-L|--language]}} {{언어_코드}} {{명령어}}`
|
||||
|
||||
- 특정 [p]플랫폼의 명령어에 대한 tldr 페이지를 출력:
|
||||
|
||||
`tldr --platform {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{명령어}}`
|
||||
`tldr {{[-p|--platform]}} {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{명령어}}`
|
||||
|
||||
- tldr 페이지의 로컬 캐시 [u]업데이트:
|
||||
|
||||
`tldr --update`
|
||||
`tldr {{[-u|--update]}}`
|
||||
|
||||
- 현재 플랫폼 및 `common`에 대한 모든 페이지 [l]목록:
|
||||
|
||||
`tldr --list`
|
||||
`tldr {{[-l|--list]}}`
|
||||
|
||||
- 명령어에 대한 사용할 수 있는 모든 하위 명령 페이지 [l]목록:
|
||||
|
||||
`tldr --list | grep {{명령어}} | column`
|
||||
`tldr {{[-l|--list]}} | grep {{명령어}} | column`
|
||||
|
|
|
@ -14,16 +14,16 @@
|
|||
|
||||
- Wyświetl stronę tldr dla komendy w podanym języku (jeżeli jest dostępna, w przeciwnym razie po angielsku):
|
||||
|
||||
`tldr --language {{kod_języka}} {{komenda}}`
|
||||
`tldr {{[-L|--language]}} {{kod_języka}} {{komenda}}`
|
||||
|
||||
- Wyświetl stronę tldr dla komendy z podanej platformy:
|
||||
|
||||
`tldr --platform {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{komenda}}`
|
||||
`tldr {{[-p|--platform]}} {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{komenda}}`
|
||||
|
||||
- Zaktualizuj lokalną pamięć podręczną stron tldr:
|
||||
|
||||
`tldr --update`
|
||||
`tldr {{[-u|--update]}}`
|
||||
|
||||
- Wyświetl listę stron tldr dla aktualnej platformy i `common`:
|
||||
|
||||
`tldr --list`
|
||||
`tldr {{[-l|--list]}}`
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
|
||||
- Imprime a página do tldr para um comando para uma [p]lataforma específica:
|
||||
|
||||
`tldr -p {{android|linux|osx|sunos|windows}} {{comando}}`
|
||||
`tldr {{[-p|--platform]}} {{android|linux|osx|sunos|windows}} {{comando}}`
|
||||
|
||||
- Atualiza o cache local das páginas do tldr:
|
||||
|
||||
`tldr -u`
|
||||
`tldr {{[-u|--update]}}`
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Показывает tldr страницу для комманды tar для Linux:
|
||||
|
||||
`tldr -p {{linux}} {{tar}}`
|
||||
`tldr {{[-p|--platform]}} {{linux}} {{tar}}`
|
||||
|
||||
- Получить помощь по подкоманде Git:
|
||||
|
||||
|
@ -17,4 +17,4 @@
|
|||
|
||||
- Обновить локальные tldr страницы (если клиент поддерживает кэширование):
|
||||
|
||||
`tldr -u`
|
||||
`tldr {{[-u|--update]}}`
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Prikaži tar tldr stranicu za Linux:
|
||||
|
||||
`tldr -p {{linux}} {{tar}}`
|
||||
`tldr {{[-p|--platform]}} {{linux}} {{tar}}`
|
||||
|
||||
- Prikaži pomoć za Git potkomandu:
|
||||
|
||||
|
|
|
@ -14,16 +14,16 @@
|
|||
|
||||
- கொடுக்கப்பட்ட [L] மொழியில் கட்டளைக்காக `tldr` பக்கத்தை அச்சிடவும் (கிடைத்தால், இல்லையெனில் ஆங்கிலத்திற்குத் திரும்பவும்):
|
||||
|
||||
`tldr --language {{மொழி_குறியீடு}} {{கட்டளை}}`
|
||||
`tldr {{[-L|--language]}} {{மொழி_குறியீடு}} {{கட்டளை}}`
|
||||
|
||||
- ஒரு குறிப்பிட்ட [p] தளத்திலிருந்து ஒரு கட்டளைக்கு `tldr` பக்கத்தை அச்சிடவும்:
|
||||
|
||||
`tldr --platform {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{கட்டளை}}`
|
||||
`tldr {{[-p|--platform]}} {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{கட்டளை}}`
|
||||
|
||||
- `tldr` பக்கங்களின் உள்ளூர் தற்காலிக சேமிப்பை [u] புதுப்பிக்கவும்:
|
||||
|
||||
`tldr --update`
|
||||
`tldr {{[-u|--update]}}`
|
||||
|
||||
- தற்போதைய இயங்குதளத்திற்கான அனைத்து பக்கங்களையும் பட்டியலிடவும் மற்றும் `common`:
|
||||
|
||||
`tldr --list`
|
||||
`tldr {{[-l|--list]}}`
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- แสดงหน้า tldr ของคำสั่ง tar สำหรับระบบปฏิบัติการ Linux:
|
||||
|
||||
`tldr -p {{linux}} {{tar}}`
|
||||
`tldr {{[-p|--platform]}} {{linux}} {{tar}}`
|
||||
|
||||
- ขอความช่วยเหลือการใช้งานคำสั่งย่อยของ Git:
|
||||
|
||||
|
@ -17,4 +17,4 @@
|
|||
|
||||
- ปรับปรุงข้อมูล tldr บนเครื่องของคุณให้ทันสมัย (ถ้าเครื่องของคุณรองรับการ caching):
|
||||
|
||||
`tldr -u`
|
||||
`tldr {{[-u|--update]}}`
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Linux için tar tldr sayfasını göster:
|
||||
|
||||
`tldr -p {{linux}} {{tar}}`
|
||||
`tldr {{[-p|--platform]}} {{linux}} {{tar}}`
|
||||
|
||||
- Bir Git alt komutu için yardım al:
|
||||
|
||||
|
@ -17,4 +17,4 @@
|
|||
|
||||
- (Eğer alıcı önbellek oluşumunu destekliyorsa) Yerel paketleri güncelle:
|
||||
|
||||
`tldr -u`
|
||||
`tldr {{[-u|--update]}}`
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- Показує tldr сторінку для команди `cd` на вказаній платформі:
|
||||
|
||||
`tldr -p {{android|linux|osx|sunos|windows}} {{cd}}`
|
||||
`tldr {{[-p|--platform]}} {{android|linux|osx|sunos|windows}} {{cd}}`
|
||||
|
||||
- Показує tldr сторінку для підкоманди Git `git checkout`:
|
||||
|
||||
|
@ -17,4 +17,4 @@
|
|||
|
||||
- Оновлює локальні tldr сторінки (якщо клієнт підтримує кешування):
|
||||
|
||||
`tldr -u`
|
||||
`tldr {{[-u|--update]}}`
|
||||
|
|
|
@ -14,20 +14,20 @@
|
|||
|
||||
- 用指定语言打印命令的 tldr 页面(如果没有,返回英语):
|
||||
|
||||
`tldr --language {{语言代码}} {{命令}}`
|
||||
`tldr {{[-L|--language]}} {{语言代码}} {{命令}}`
|
||||
|
||||
- 打印指定平台的命令的 tldr 页面:
|
||||
|
||||
`tldr --platform {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{命令}}`
|
||||
`tldr {{[-p|--platform]}} {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{命令}}`
|
||||
|
||||
- 更新 tldr 页面的本地缓存:
|
||||
|
||||
`tldr --update`
|
||||
`tldr {{[-u|--update]}}`
|
||||
|
||||
- 列出当前平台和 `common` 的所有页面:
|
||||
|
||||
`tldr --list`
|
||||
`tldr {{[-l|--list]}}`
|
||||
|
||||
- 列出某个命令的所有可用子命令页面:
|
||||
|
||||
`tldr --list | grep {{命令}} | column`
|
||||
`tldr {{[-l|--list]}} | grep {{命令}} | column`
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
- 顯示 Linux 作業系統中 tar 指令的用法:
|
||||
|
||||
`tldr -p {{linux}} {{tar}}`
|
||||
`tldr {{[-p|--platform]}} {{linux}} {{tar}}`
|
||||
|
||||
- 顯示 Git 的子指令 checkout 的用法:
|
||||
|
||||
|
|
|
@ -12,26 +12,26 @@
|
|||
|
||||
`tldr {{command}} {{subcommand}}`
|
||||
|
||||
- Print the tldr page for a command in the given [L]anguage (if available, otherwise fall back to English):
|
||||
- Print the tldr page for a command in the given language (if available, otherwise fall back to English):
|
||||
|
||||
`tldr --language {{language_code}} {{command}}`
|
||||
`tldr {{[-L|--language]}} {{language_code}} {{command}}`
|
||||
|
||||
- Print the tldr page for a command from a specific [p]latform:
|
||||
- Print the tldr page for a command from a specific platform:
|
||||
|
||||
`tldr --platform {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{command}}`
|
||||
`tldr {{[-p|--platform]}} {{android|common|freebsd|linux|osx|netbsd|openbsd|sunos|windows}} {{command}}`
|
||||
|
||||
- [u]pdate the local cache of tldr pages:
|
||||
- Update the local cache of tldr pages:
|
||||
|
||||
`tldr --update`
|
||||
`tldr {{[-u|--update]}}`
|
||||
|
||||
- [l]ist all pages for the current platform and `common`:
|
||||
- List all pages for the current platform and `common`:
|
||||
|
||||
`tldr --list`
|
||||
`tldr {{[-l|--list]}}`
|
||||
|
||||
- [l]ist all available subcommand pages for a command:
|
||||
- List all available subcommand pages for a command:
|
||||
|
||||
`tldr --list | grep {{command}} | column`
|
||||
`tldr {{[-l|--list]}} | grep {{command}} | column`
|
||||
|
||||
- Print the tldr page for a random command:
|
||||
|
||||
`tldr --list | shuf -n1 | xargs tldr`
|
||||
`tldr {{[-l|--list]}} | shuf {{[-n|--head-count]}} 1 | xargs tldr`
|
||||
|
|
Loading…
Add table
Reference in a new issue