mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
main: Support -r as the equivalent of --replace
https://bugzilla.gnome.org/show_bug.cgi?id=676857
This commit is contained in:
parent
66eac7824a
commit
50cf3dd1a5
@ -197,7 +197,7 @@ static GOptionEntry meta_options[] = {
|
|||||||
NULL
|
NULL
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"replace", 0, 0, G_OPTION_ARG_NONE,
|
"replace", 'r', 0, G_OPTION_ARG_NONE,
|
||||||
&opt_replace_wm,
|
&opt_replace_wm,
|
||||||
N_("Replace the running window manager"),
|
N_("Replace the running window manager"),
|
||||||
NULL
|
NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user