Skip to content

Commit

Permalink
oops: missed from r8329
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@8330 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Dec 30, 2014
1 parent 89dd7b3 commit f215306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xpra/scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ def do_parse_cmdline(cmdline, defaults):
parser = ModifiedOptionParser(version="xpra v%s" % XPRA_VERSION,
usage="\n" + "".join(command_options))
hidden_options = {"display" : defaults.display,
"displayfd" : defaults.displayfd}
"displayfd" : defaults.displayfd,
"wm_name" : defaults.wm_name}
def replace_option(oldoption, newoption):
do_replace_option(cmdline, oldoption, newoption)
def legacy_bool_parse(optionname, newoptionname=None):
Expand Down

0 comments on commit f215306

Please sign in to comment.