VirtualBox

Ignore:
Timestamp:
Apr 2, 2009 12:03:54 PM (16 years ago)
Author:
vboxsync
Message:

VBoxHeadless: handle OPT_COMMENT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp

    r18626 r18628  
    579579                show_usage();
    580580                return -1;
     581            case OPT_COMMENT:
     582                /* nothing to do */
     583                break;
    581584            default:
    582585                if (ch > 0)
     
    585588                        RTPrintf("Invalid option -%c\n\n", ch);
    586589                    else
    587                         RTPrintf("Invalid option case %i", ch);
     590                        RTPrintf("Invalid option case %i\n\n", ch);
    588591                }
    589592                else if (ch == VERR_GETOPT_UNKNOWN_OPTION)
     
    592595                    RTPrintf("%s: %Rrs\n\n", ValueUnion.pDef->pszLong, ch);
    593596                else
    594                     RTPrintf("Error: %Rrs", ch);
     597                    RTPrintf("Error: %Rrs\n\n", ch);
    595598                show_usage();
    596599                return -1;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette