Changeset 10727
- Timestamp:
- Jun 5, 2010, 12:02:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/app.cc
r10645 r10727 54 54 { 'p', "port", "Port to use when connecting to an existing session", "p", 1, "<port>" }, 55 55 { 'r', "remote", "Connect to an existing session at the specified hostname", "r", 1, "<host>" }, 56 { 'u', "username", "Username to use when connecting to an existing session", " v", 1, "<username>" },56 { 'u', "username", "Username to use when connecting to an existing session", "u", 1, "<username>" }, 57 57 { 'v', "version", "Show version number and exit", "v", 0, NULL }, 58 58 { 'w', "password", "Password to use when connecting to an existing session", "w", 1, "<password>" },
Note: See TracChangeset
for help on using the changeset viewer.