Changeset 98785 in vbox
- Timestamp:
- Feb 28, 2023 3:31:44 PM (21 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-cloud.xml
r98103 r98785 130 130 <arg choice="req">--id=<replaceable>unique id</replaceable></arg> 131 131 </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> 132 141 133 142 <!-- Cloud image commands --> … … 417 426 </refsect2> 418 427 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> 419 439 420 440 <!-- Cloud image commands --> -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp
r98778 r98785 1294 1294 1295 1295 case kCloudInstance_Reset: 1296 //setCurrentSubcommand(HELP_SCOPE_CLOUDINSTANCE_RESET);1296 setCurrentSubcommand(HELP_SCOPE_CLOUDINSTANCE_RESET); 1297 1297 return resetCloudInstance(a, GetState.iNext, pCommonOpts); 1298 1298
Note:
See TracChangeset
for help on using the changeset viewer.