Commit 22361369 authored by Tiwei Bie's avatar Tiwei Bie Committed by Johannes Berg
Browse files

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: default avatarTiwei Bie <tiwei.btw@antgroup.com>
Link: https://patch.msgid.link/20250326070113.401857-3-tiwei.btw@antgroup.com


Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 9456e2c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,