(qt) typo caused some command line options to not work

This commit is contained in:
Daniel Lee 2010-06-05 00:02:20 +00:00
parent a15888105c
commit 076eca895f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ namespace
{ 'm', "minimized", "Start minimized in system tray", "m", 0, NULL },
{ 'p', "port", "Port to use when connecting to an existing session", "p", 1, "<port>" },
{ 'r', "remote", "Connect to an existing session at the specified hostname", "r", 1, "<host>" },
{ 'u', "username", "Username to use when connecting to an existing session", "v", 1, "<username>" },
{ 'u', "username", "Username to use when connecting to an existing session", "u", 1, "<username>" },
{ 'v', "version", "Show version number and exit", "v", 0, NULL },
{ 'w', "password", "Password to use when connecting to an existing session", "w", 1, "<password>" },
{ 0, NULL, NULL, NULL, 0, NULL }