gnome-terminal: add short/long options (#21156)

This commit is contained in:
Nelson Figueroa
2026-02-18 05:58:43 -08:00
committed by GitHub
parent bcc23712b2
commit 539340eaa2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,4 +17,4 @@
- 새 탭의 제목 설정:
`gnome-terminal --tab --title "{{제목}}"`
`gnome-terminal --tab {{[-t|--title]}} "{{제목}}"`
+1 -1
View File
@@ -17,4 +17,4 @@
- പുതിയ ടാബിന്റെ ടൈറ്റിൽ മാറ്റുവാൻ:
`gnome-terminal --tab --title "{{ടൈറ്റിൽ}}"`
`gnome-terminal --tab {{[-t|--title]}} "{{ടൈറ്റിൽ}}"`
+1 -1
View File
@@ -17,4 +17,4 @@
- Define o título da nova aba:
`gnome-terminal --tab --title "{{título}}"`
`gnome-terminal --tab {{[-t|--title]}} "{{título}}"`