VirtualBox

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


Ignore:
Timestamp:
Jul 5, 2013 10:30:22 AM (12 years ago)
Author:
vboxsync
Message:

VBoxManage/Help: unify help output regarding UUID and VM name

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
3 edited

Legend:

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

    r45596 r46999  
    146146
    147147        (u64Cmd & USAGE_LOADMAP)
    148         ? "  loadmap <vmname>|<uuid> <symfile> <address> [module] [subtrahend] [segment]\n"
     148        ? "  loadmap <vmname|uuid> <symfile> <address> [module] [subtrahend] [segment]\n"
    149149          "      This will instruct DBGF to load the given map file\n"
    150150          "      during initialization.  (See also loadmap in the debugger.)\n"
     
    152152        : "",
    153153        (u64Cmd & USAGE_LOADSYMS)
    154         ? "  loadsyms <vmname>|<uuid> <symfile> [delta] [module] [module address]\n"
     154        ? "  loadsyms <vmname|uuid> <symfile> [delta] [module] [module address]\n"
    155155          "      This will instruct DBGF to load the given symbol file\n"
    156156          "      during initialization.\n"
     
    244244#endif
    245245        (u64Cmd & USAGE_DEBUGLOG)
    246         ? "  debuglog <vmname>|<uuid> [--enable|--disable] [--flags todo]\n"
     246        ? "  debuglog <vmname|uuid> [--enable|--disable] [--flags todo]\n"
    247247          "           [--groups todo] [--destinations todo]\n"
    248248          "       Controls debug logging.\n"
     
    255255        : "",
    256256        (u64Cmd & USAGE_GUESTSTATS)
    257         ? "  gueststats <vmname>|<uuid> [--interval <seconds>]\n"
     257        ? "  gueststats <vmname|uuid> [--interval <seconds>]\n"
    258258          "       Obtains and prints internal guest statistics.\n"
    259259          "       Sets the update interval if specified.\n"
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp

    r46649 r46999  
    223223{
    224224    RTStrmPrintf(pStrm,
    225                        "%s guestcontrol %s    <vmname>|<uuid>\n"
     225                       "%s guestcontrol %s    <vmname|uuid>\n"
    226226                 "                            exec[ute]\n"
    227227                 "                            --image <path to program> --username <name>\n"
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp

    r46658 r46999  
    5454{
    5555    RTStrmPrintf(pStrm,
    56                        "%s guestproperty %s   get <vmname>|<uuid>\n"
     56                       "%s guestproperty %s   get <vmname|uuid>\n"
    5757                 "                            <property> [--verbose]\n"
    5858                 "\n", pcszSep1, pcszSep2);
    5959    RTStrmPrintf(pStrm,
    60                        "%s guestproperty %s   set <vmname>|<uuid>\n"
     60                       "%s guestproperty %s   set <vmname|uuid>\n"
    6161                 "                            <property> [<value> [--flags <flags>]]\n"
    6262                 "\n", pcszSep1, pcszSep2);
    6363    RTStrmPrintf(pStrm,
    64                        "%s guestproperty %s   delete|unset <vmname>|<uuid>\n"
     64                       "%s guestproperty %s   delete|unset <vmname|uuid>\n"
    6565                 "                            <property>\n"
    6666                 "\n", pcszSep1, pcszSep2);
    6767    RTStrmPrintf(pStrm,
    68                        "%s guestproperty %s   enumerate <vmname>|<uuid>\n"
     68                       "%s guestproperty %s   enumerate <vmname|uuid>\n"
    6969                 "                            [--patterns <patterns>]\n"
    7070                 "\n", pcszSep1, pcszSep2);
    7171    RTStrmPrintf(pStrm,
    72                        "%s guestproperty %s   wait <vmname>|<uuid> <patterns>\n"
     72                       "%s guestproperty %s   wait <vmname|uuid> <patterns>\n"
    7373                 "                            [--timeout <msec>] [--fail-on-timeout]\n"
    7474                 "\n", pcszSep1, pcszSep2);
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