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:
parent
2022f06323
commit
f68c00c845
5 changed files with 5 additions and 5 deletions
|
@ -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}}`
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
|
||||
- 일치하는 실행 파일이 여러 개 있을 경우, 모두 표시:
|
||||
|
||||
`which -a {{실행_파일}}`
|
||||
`which {{[-a|--all]}} {{실행_파일}}`
|
||||
|
|
|
@ -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}}`
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
|
||||
- Если есть несколько исполняемых файлов, которые совпадают, отобразить все:
|
||||
|
||||
`which -a {{исполняемый_файл}}`
|
||||
`which {{[-a|--all]}} {{исполняемый_файл}}`
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
|
||||
- 如果有多个匹配结果则打印所有结果:
|
||||
|
||||
`which -a {{executable}}`
|
||||
`which {{[-a|--all]}} {{executable}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue