Skip to content

Commit c7c9c1e

Browse files
errno: add short/long options (#19537)
1 parent e4919b5 commit c7c9c1e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

โ€Žpages.es/common/errno.mdโ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
- Lista todos los nombres errno, cรณdigos y descripciones:
1111

12-
`errno --list`
12+
`errno {{[-l|--list]}}`
1313

1414
- Busca cรณdigo cuya descripciรณn contiene todo el texto dado:
1515

16-
`errno --search {{texto}}`
16+
`errno {{[-s|--search]}} {{texto}}`
1717

1818
- Busca cรณdigo cuya descripciรณn contiene todo el texto dado (en todos los locales):
1919

20-
`errno --search-all-locales {{texto}}`
20+
`errno {{[-S|--search-all-locales]}} {{texto}}`

โ€Žpages.fr/common/errno.mdโ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
- Liste tous les noms, codes et descriptions d'errno :
1111

12-
`errno --list`
12+
`errno {{[-l|--list]}}`
1313

1414
- Cherche les codes dont la description contient le texte entier indiquรฉ :
1515

16-
`errno --search {{texte}}`
16+
`errno {{[-s|--search]}} {{texte}}`
1717

1818
- Cherche les codes dont la description contient le texte entier indiquรฉ (dans toutes les langues) :
1919

20-
`errno --search-all-locales {{texte}}`
20+
`errno {{[-S|--search-all-locales]}} {{texte}}`

โ€Žpages.ko/common/errno.mdโ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
- ๋ชจ๋“  ์˜ค๋ฅ˜ ๋ฒˆํ˜ธ ์ด๋ฆ„, ์ฝ”๋“œ ๋ฐ ์„ค๋ช…์„ ๋‚˜์—ด:
1111

12-
`errno --list`
12+
`errno {{[-l|--list]}}`
1313

1414
- ์„ค๋ช…์— ์ฃผ์–ด์ง„ ํ…์ŠคํŠธ๊ฐ€ ๋ชจ๋‘ ํฌํ•จ๋œ ์ฝ”๋“œ๋ฅผ ๊ฒ€์ƒ‰:
1515

16-
`errno --search {{ํ…์ŠคํŠธ}}`
16+
`errno {{[-s|--search]}} {{ํ…์ŠคํŠธ}}`
1717

1818
- ์„ค๋ช…์— ์ฃผ์–ด์ง„ ํ…์ŠคํŠธ (๋ชจ๋“  ๋กœ์ผ€์ผ)๊ฐ€ ๋ชจ๋‘ ํฌํ•จ๋œ ์ฝ”๋“œ๋ฅผ ๊ฒ€์ƒ‰:
1919

20-
`errno --search-all-locales {{ํ…์ŠคํŠธ}}`
20+
`errno {{[-S|--search-all-locales]}} {{ํ…์ŠคํŠธ}}`

0 commit comments

Comments
ย (0)