- Timestamp:
- May 7, 2008 7:00:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xclient/main.cpp
r8291 r8640 201 201 if (!strcmp(argv[i], "-d") || !strcmp(argv[i], "--nodaemon")) 202 202 fDaemonise = false; 203 else if (!strcmp(argv[i], "-h") || strcmp(argv[i], "--help"))203 else if (!strcmp(argv[i], "-h") || !strcmp(argv[i], "--help")) 204 204 { 205 205 vboxClientUsage(pszFileName);
Note:
See TracChangeset
for help on using the changeset viewer.