From 076eca895f405c6e4a9fbe8b682e12d44dac64b0 Mon Sep 17 00:00:00 2001 From: Daniel Lee Date: Sat, 5 Jun 2010 00:02:20 +0000 Subject: [PATCH] (qt) typo caused some command line options to not work --- qt/app.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/app.cc b/qt/app.cc index 3ff2d9532..d0385fcfe 100644 --- a/qt/app.cc +++ b/qt/app.cc @@ -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, "" }, { 'r', "remote", "Connect to an existing session at the specified hostname", "r", 1, "" }, - { 'u', "username", "Username to use when connecting to an existing session", "v", 1, "" }, + { 'u', "username", "Username to use when connecting to an existing session", "u", 1, "" }, { 'v', "version", "Show version number and exit", "v", 0, NULL }, { 'w', "password", "Password to use when connecting to an existing session", "w", 1, "" }, { 0, NULL, NULL, NULL, 0, NULL }