VirtualBox

Changeset 18069 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Mar 18, 2009 3:12:23 PM (16 years ago)
Author:
vboxsync
Message:

VBoxManage: reformat command-line help to fit into 80 characters per line

File:
1 edited

Legend:

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

    r18035 r18069  
    7777        RTPrintf("VBoxManage list [--long|-l] vms|runningvms|ostypes|hostdvds|hostfloppies|\n"
    7878#if (defined(RT_OS_WINDOWS) && defined(VBOX_WITH_NETFLT))
    79                 "                            bridgedifs|hostonlyifs|dhcpservers|hostinfo|hddbackends|hdds|dvds|floppies|\n"
     79                "                            bridgedifs|hostonlyifs|dhcpservers|hostinfo|\n"
    8080#else
    81                 "                            bridgedifs|hostinfo|dhcpservers|hddbackends|hdds|dvds|floppies|\n"
    82 #endif
    83 
     81                "                            bridgedifs|hostinfo|dhcpservers|\n"
     82#endif
     83                 "                            hddbackends|hdds|dvds|floppies|\n"
    8484                 "                            usbhost|usbfilters|systemproperties\n"
    8585                 "\n");
     
    112112                 "                            [-basefolder <path> | -settingsfile <path>]\n"
    113113                 "                            [-uuid <uuid>]\n"
    114                  "\n");
    115     }
    116 
    117     if (u64Cmd & USAGE_IMPORTAPPLIANCE)
    118     {
    119         RTPrintf("VBoxManage import           <ovf>\n"
    120                  "\n"); // @todo
    121     }
    122 
    123     if (u64Cmd & USAGE_EXPORTAPPLIANCE)
    124     {
    125         RTPrintf("VBoxManage export           <machines> [--output|-o] <ovf>\n"
    126114                 "\n");
    127115    }
     
    245233    }
    246234
     235    if (u64Cmd & USAGE_IMPORTAPPLIANCE)
     236    {
     237        RTPrintf("VBoxManage import           <ovf> [--dry-run|-n] [more options]\n"
     238                 "    (run with -n to have options displayed for a particular OVF)\n\n");
     239    }
     240
     241    if (u64Cmd & USAGE_EXPORTAPPLIANCE)
     242    {
     243        RTPrintf("VBoxManage export           <machines> [--output|-o] <ovf>\n"
     244                 "\n");
     245    }
     246
    247247    if (u64Cmd & USAGE_STARTVM)
    248248    {
     
    473473    if (u64Cmd & USAGE_METRICS)
    474474    {
    475         RTPrintf("VBoxManage metrics          list [*|host|<vmname> [<metric_list>]] (comma-separated)\n\n"
     475        RTPrintf("VBoxManage metrics          list [*|host|<vmname> [<metric_list>]] \n"
     476                 "                                                 (comma-separated)\n\n"
    476477                 "VBoxManage metrics          setup\n"
    477478                 "                            [-period <seconds>]\n"
     
    492493    {
    493494        RTPrintf("VBoxManage hostonlyif       ipconfig <name> \n"
    494                  "                                     [-dhcp| \n"
    495                  "                                      -ip<ipv4> [-netmask<ipv4> (default is 255.255.255.0)]| \n"
    496                  "                                      -ipv6<ipv6> [-netmasklengthv6<length> (default is 64)]]\n"
     495                 "                            [-dhcp| \n"
     496                 "                            -ip<ipv4> [-netmask<ipv4> (deflt: 255.255.255.0)]| \n"
     497                 "                            -ipv6<ipv6> [-netmasklengthv6<length> (deflt: 64)]]\n"
    497498# if defined(RT_OS_WINDOWS)
    498499                 "                            create |\n"
     
    506507    if (u64Cmd & USAGE_DHCPSERVER)
    507508    {
    508         RTPrintf("VBoxManage dhcpserver       [add | modify] [-netname <network_name> | -ifname <hostonly_if_name>]\n"
     509        RTPrintf("VBoxManage dhcpserver       add|modify -netname <network_name> |\n"
     510                 "                                        -ifname <hostonly_if_name>\n"
    509511                 "                                [-ip <ip_address>\n"
    510512                 "                                 -netmask <network_mask>\n"
     
    512514                 "                                 -upperip <upper_ip>]\n"
    513515                 "                                [-enable | -disable]\n"
    514                  "                            remove [-netname <network_name> | -ifname <hostonly_if_name>]\n"
     516                 "VBoxManage dhcpserver       remove -netname <network_name> |\n"
     517                 "                                   -ifname <hostonly_if_name>\n"
    515518                 "\n");
    516519    }
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