Changeset 18628 in vbox for trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
- Timestamp:
- Apr 2, 2009 12:03:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r18626 r18628 579 579 show_usage(); 580 580 return -1; 581 case OPT_COMMENT: 582 /* nothing to do */ 583 break; 581 584 default: 582 585 if (ch > 0) … … 585 588 RTPrintf("Invalid option -%c\n\n", ch); 586 589 else 587 RTPrintf("Invalid option case %i ", ch);590 RTPrintf("Invalid option case %i\n\n", ch); 588 591 } 589 592 else if (ch == VERR_GETOPT_UNKNOWN_OPTION) … … 592 595 RTPrintf("%s: %Rrs\n\n", ValueUnion.pDef->pszLong, ch); 593 596 else 594 RTPrintf("Error: %Rrs ", ch);597 RTPrintf("Error: %Rrs\n\n", ch); 595 598 show_usage(); 596 599 return -1;
Note:
See TracChangeset
for help on using the changeset viewer.