VirtualBox

Changeset 16735 in vbox


Ignore:
Timestamp:
Feb 13, 2009 10:39:56 AM (16 years ago)
Author:
vboxsync
Message:

VBoxManage: more compact command line help

File:
1 edited

Legend:

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

    r16530 r16735  
    272272        RTPrintf("VBoxManage [-v|-version]    print version number and exit\n"
    273273                 "VBoxManage -nologo ...      suppress the logo\n"
    274                  "\n"
    275                  "VBoxManage -convertSettings ...        allow to auto-convert settings files\n"
    276                  "VBoxManage -convertSettingsBackup ...  allow to auto-convert settings files\n"
    277                  "                                       but create backup copies before\n"
    278                  "VBoxManage -convertSettingsIgnore ...  allow to auto-convert settings files\n"
    279                  "                                       but don't explicitly save the results\n"
    280274                 "\n");
    281275    }
     
    291285    if (u64Cmd & USAGE_SHOWVMINFO)
    292286    {
    293         RTPrintf("VBoxManage showvminfo       <uuid>|<name>\n"
    294                  "                            [-details]\n"
    295                  "                            [-statistics]\n"
     287        RTPrintf("VBoxManage showvminfo       <uuid>|<name> [-details] [-statistics]\n"
    296288                 "                            [-machinereadable]\n"
    297289                 "\n");
     
    306298    if (u64Cmd & USAGE_UNREGISTERVM)
    307299    {
    308         RTPrintf("VBoxManage unregistervm     <uuid>|<name>\n"
    309                  "                            [-delete]\n"
     300        RTPrintf("VBoxManage unregistervm     <uuid>|<name> [-delete]\n"
    310301                 "\n");
    311302    }
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