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:
parent
d11fc107bc
commit
75fd797bc1
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
- 특정 드롭다운 메뉴가 포함된 대화 상자를 열고 선택한 항목을 `stdout`에 출력:
|
||||
|
||||
`kdialog --combobx "{{메시지}}" "{{항목1}}" "{{항목2}}" "{{...}}"`
|
||||
`kdialog --combobox "{{메시지}}" "{{항목1}}" "{{항목2}}" "{{...}}"`
|
||||
|
||||
- 파일 선택 대화 상자를 열고 선택한 파일의 경로를 `stdout`에 출력:
|
||||
|
||||
|
|
|
@ -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`:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue