mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
um: xterm: Update options for gnome-terminal
The -x option is deprecated and might be removed in a future release of gnome-terminal. Let's recommend using -- instead. Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com> Link: https://patch.msgid.link/20250326070113.401857-3-tiwei.btw@antgroup.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
9456e2c601
commit
22361369c2
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ __uml_setup("xterm=", xterm_setup,
|
|||
" '<switch> command arg1 arg2 ...'.\n"
|
||||
" The default values are 'xterm=" CONFIG_XTERM_CHAN_DEFAULT_EMULATOR
|
||||
",-T,-e'.\n"
|
||||
" Values for gnome-terminal are 'xterm=gnome-terminal,-t,-x'.\n\n"
|
||||
" Values for gnome-terminal are 'xterm=gnome-terminal,-t,--'.\n\n"
|
||||
);
|
||||
|
||||
static int xterm_open(int input, int output, int primary, void *d,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue