Skip to content

Commit 2236136

Browse files
btw616jmberg-intel
authored andcommitted
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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Johannes Berg <[email protected]>
1 parent 9456e2c commit 2236136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/um/drivers/xterm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ __uml_setup("xterm=", xterm_setup,
8181
" '<switch> command arg1 arg2 ...'.\n"
8282
" The default values are 'xterm=" CONFIG_XTERM_CHAN_DEFAULT_EMULATOR
8383
",-T,-e'.\n"
84-
" Values for gnome-terminal are 'xterm=gnome-terminal,-t,-x'.\n\n"
84+
" Values for gnome-terminal are 'xterm=gnome-terminal,-t,--'.\n\n"
8585
);
8686

8787
static int xterm_open(int input, int output, int primary, void *d,

0 commit comments

Comments
 (0)