VirtualBox

Changeset 98785 in vbox


Ignore:
Timestamp:
Feb 28, 2023 3:31:44 PM (21 months ago)
Author:
vboxsync
Message:

bugref:10365. Added VBoxManage CLI documentation for the command 'reset'.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/man_VBoxManage-cloud.xml

    r98103 r98785  
    130130       <arg choice="req">--id=<replaceable>unique id</replaceable></arg>
    131131     </cmdsynopsis>
     132     <cmdsynopsis id="synopsis-vboxmanage-cloudinstance-reset" sepchar=" ">
     133       <command moreinfo="none">VBoxManage cloud</command>
     134       <arg choice="req">--provider=<replaceable>name</replaceable></arg>
     135       <arg choice="req">--profile=<replaceable>name</replaceable></arg>
     136       <sbr/>
     137       <arg choice="plain">instance</arg>
     138       <arg choice="plain">reset</arg>
     139       <arg choice="req">--id=<replaceable>unique id</replaceable></arg>
     140     </cmdsynopsis>
    132141
    133142     <!-- Cloud image commands -->
     
    417426    </refsect2>
    418427
     428    <refsect2 id="vboxmanage-cloudinstance-reset">
     429      <title>cloud instance reset</title>
     430      <para>
     431        Force reset a cloud instance with a specified id.
     432      </para>
     433      <variablelist>
     434        <varlistentry>
     435          <term><option>--id</option></term><listitem><para>Unique identifier which fully identify the instance in the Cloud.</para></listitem>
     436        </varlistentry>
     437      </variablelist>
     438    </refsect2>
    419439
    420440    <!-- Cloud image commands -->
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp

    r98778 r98785  
    12941294
    12951295            case kCloudInstance_Reset:
    1296 //              setCurrentSubcommand(HELP_SCOPE_CLOUDINSTANCE_RESET);
     1296                setCurrentSubcommand(HELP_SCOPE_CLOUDINSTANCE_RESET);
    12971297                return resetCloudInstance(a, GetState.iNext, pCommonOpts);
    12981298
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