main: Support -r as the equivalent of --replace

https://bugzilla.gnome.org/show_bug.cgi?id=676857
This commit is contained in:
Jasper St. Pierre 2011-11-15 15:01:08 -05:00
parent 66eac7824a
commit 50cf3dd1a5

View File

@ -197,7 +197,7 @@ static GOptionEntry meta_options[] = {
NULL
},
{
"replace", 0, 0, G_OPTION_ARG_NONE,
"replace", 'r', 0, G_OPTION_ARG_NONE,
&opt_replace_wm,
N_("Replace the running window manager"),
NULL