1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 14:35:42 +02:00

which: add long and short options to commands in translations (#17251)

This commit is contained in:
Nelson Figueroa 2025-07-18 13:22:01 -07:00 committed by GitHub
parent 2022f06323
commit f68c00c845
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -9,4 +9,4 @@
- Affiche tous les exécutables correspondants à la requête, s'il y en a plus qu'un :
`which -a {{exécutable}}`
`which {{[-a|--all]}} {{exécutable}}`

View file

@ -9,4 +9,4 @@
- 일치하는 실행 파일이 여러 개 있을 경우, 모두 표시:
`which -a {{실행_파일}}`
`which {{[-a|--all]}} {{실행_파일}}`

View file

@ -9,4 +9,4 @@
- Se existe múltiplos executáveis que concidem com a pesquisa, exibe todos:
`which -a {{executavél}}`
`which {{[-a|--all]}} {{executavél}}`

View file

@ -9,4 +9,4 @@
- Если есть несколько исполняемых файлов, которые совпадают, отобразить все:
`which -a {{исполняемый_файл}}`
`which {{[-a|--all]}} {{исполняемый_файл}}`

View file

@ -9,4 +9,4 @@
- 如果有多个匹配结果则打印所有结果:
`which -a {{executable}}`
`which {{[-a|--all]}} {{executable}}`