1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 02:15:30 +02:00

kdialog: fix typo (#16581)

This commit is contained in:
Zachary Talis 2025-05-23 13:59:59 -04:00 committed by GitHub
parent d11fc107bc
commit 75fd797bc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
- 특정 드롭다운 메뉴가 포함된 대화 상자를 열고 선택한 항목을 `stdout`에 출력:
`kdialog --combobx "{{메시지}}" "{{항목1}}" "{{항목2}}" "{{...}}"`
`kdialog --combobox "{{메시지}}" "{{항목1}}" "{{항목2}}" "{{...}}"`
- 파일 선택 대화 상자를 열고 선택한 파일의 경로를 `stdout`에 출력:

View file

@ -25,7 +25,7 @@
- Open a dialog containing a specific dropdown menu and print the selected item to `stdout`:
`kdialog --combobx "{{message}}" "{{item1}}" "{{item2}}" "{{...}}"`
`kdialog --combobox "{{message}}" "{{item1}}" "{{item2}}" "{{...}}"`
- Open a file chooser dialog and print the selected file's path to `stdout`: