VirtualBox

Ignore:
Timestamp:
May 14, 2010 5:12:12 PM (15 years ago)
Author:
vboxsync
Message:

Frontends/VBoxManage: reformat help to fit into 80 columns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp

    r29486 r29490  
    4848void printUsage(USAGECATEGORY u64Cmd)
    4949{
     50    bool fDumpOpts = false;
    5051#ifdef RT_OS_LINUX
    5152    bool fLinux = true;
     
    8687    if (u64Cmd == USAGE_DUMPOPTS)
    8788    {
     89        fDumpOpts = true;
    8890        fLinux = true;
    8991        fWin = true;
     
    187189                 "                            [--boot<1-4> none|floppy|dvd|disk|net>]\n"
    188190                 "                            [--nic<1-N> none|null|nat|bridged|intnet"
    189 #if defined(VBOX_WITH_NETFLT) /* RT_OS_LINUX || RT_OS_DARWIN */
     191#if defined(VBOX_WITH_NETFLT)
    190192                 "|hostonly"
    191193#endif
    192194#ifdef VBOX_WITH_VDE
    193                  "|vde"
     195                 "|\n"
     196                 "                                        vde"
    194197#endif
    195198                 "]\n"
     
    216219                 "                            [--vdenet<1-N> <network>|default]\n"
    217220#endif
    218                  "                            [--natsettings<1-N> \"[<mtu>],[<socksnd>],[<sockrcv>],\n"
    219                  "                                                         [<tcpsnd>],[<tcprcv>]\"]\n"
    220                  "                            [--natpf<1-N> \"[<rulename>],tcp|udp,\n"
    221                  "                                                        [<hostip>],<hostport>,\n"
    222                  "                                                        [<guestip>],<guestport>\"]\n"
     221                 "                            [--natsettings<1-N> [<mtu>],[<socksnd>],\n"
     222                 "                                                [<sockrcv>],[<tcpsnd>],\n"
     223                 "                                                [<tcprcv>]]\n"
     224                 "                            [--natpf<1-N> [<rulename>],tcp|udp,[<hostip>],\n"
     225                 "                                          <hostport>,[<guestip>],<guestport>]\n"
    223226                 "                            [--natpf<1-N> delete <rulename>]\n"
    224227                 "                            [--nattftpprefix<1-N> <prefix>]\n"
     
    228231                 "                            [--natdnsproxy<1-N> on|off]\n"
    229232                 "                            [--natdnshostresolver<1-N> on|off]\n"
    230                  "                            [--nataliasmode<1-N> default|[log],[proxyonly],[sameports]]\n"
     233                 "                            [--nataliasmode<1-N> default|[log],[proxyonly],\n"
     234                 "                                                         [sameports]]\n"
    231235                 "                            [--macaddress<1-N> auto|<mac>]\n"
    232236                 "                            [--mouse ps2|usb|usbtablet\n"
     
    271275        if (fFreeBSD)
    272276        {
    273             RTPrintf(                        "|oss"
     277            /* Get the line break sorted when dumping all option variants. */
     278            if (fDumpOpts)
     279            {
     280                RTPrintf(                    "|\n"
     281                 "                                     oss");
     282            }
     283            else
     284                RTPrintf(                    "|oss");
    274285#ifdef VBOX_WITH_PULSE
    275                                              "|pulse"
    276 #endif
    277                                              );
     286            RTPrintf(                        "|pulse");
     287#endif
    278288        }
    279289        if (fDarwin)
     
    444454                 "                            --name <name>\n"
    445455                 "                            [--add ide|sata|scsi|floppy|sas]\n"
    446                  "                            [--controller LSILogic|LSILogicSAS|BusLogic|IntelAHCI|\n"
    447                  "                                          PIIX3|PIIX4|ICH6|I82078]\n"
     456                 "                            [--controller LSILogic|LSILogicSAS|BusLogic|\n"
     457                 "                                          IntelAHCI|PIIX3|PIIX4|ICH6|I82078]\n"
    448458                 "                            [--sataideemulation<1-4> <1-30>]\n"
    449459                 "                            [--sataportcount <1-30>]\n"
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