Changeset 79877 in vbox for trunk/doc/manual/en_US/man_VBoxManage-cloudprofile.xml
- Timestamp:
- Jul 19, 2019 9:26:18 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132279
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/man_VBoxManage-cloudprofile.xml
r77778 r79877 28 28 <refnamediv> 29 29 <refname>VBoxManage-cloudprofile</refname> 30 <refpurpose> manage the cloud profiles</refpurpose>30 <refpurpose>Manage the cloud profiles</refpurpose> 31 31 <refclass>Oracle VM VirtualBox</refclass> 32 32 </refnamediv> … … 38 38 <arg choice="req">--profile=<replaceable>name</replaceable></arg> 39 39 <arg choice="plain">add</arg> 40 <arg>--clouduser=<replaceable>u uid</replaceable></arg>40 <arg>--clouduser=<replaceable>unique id</replaceable></arg> 41 41 <arg>--fingerprint=<replaceable>MD5 string</replaceable></arg> 42 42 <arg>--keyfile=<replaceable>path</replaceable></arg> 43 43 <arg>--passphrase=<replaceable>string</replaceable></arg> 44 <arg>--tenancy=<replaceable>u uid</replaceable></arg>45 <arg>--compartment=<replaceable>u uid</replaceable></arg>44 <arg>--tenancy=<replaceable>unique id</replaceable></arg> 45 <arg>--compartment=<replaceable>unique id</replaceable></arg> 46 46 <arg>--region=<replaceable>string</replaceable></arg> 47 47 </cmdsynopsis> … … 51 51 <arg choice="req">--profile=<replaceable>name</replaceable></arg> 52 52 <arg choice="plain">update</arg> 53 <arg>--clouduser=<replaceable>u uid</replaceable></arg>53 <arg>--clouduser=<replaceable>unique id</replaceable></arg> 54 54 <arg>--fingerprint=<replaceable>MD5 string</replaceable></arg> 55 55 <arg>--keyfile=<replaceable>path</replaceable></arg> 56 56 <arg>--passphrase=<replaceable>string</replaceable></arg> 57 <arg>--tenancy=<replaceable>u uid</replaceable></arg>58 <arg>--compartment=<replaceable>u uid</replaceable></arg>57 <arg>--tenancy=<replaceable>unique id</replaceable></arg> 58 <arg>--compartment=<replaceable>unique id</replaceable></arg> 59 59 <arg>--region=<replaceable>string</replaceable></arg> 60 60 </cmdsynopsis> … … 79 79 <title>Common options</title> 80 80 <remark role="help-scope" condition="GLOBAL"/> 81 <para>The subcommands of <command>cloudprofile</command> realizethe standard CRUD operations for a cloud profile.82 The following common options can be placed before the sub-command:</para>81 <para>The subcommands of <command>cloudprofile</command> implement the standard CRUD operations for a cloud profile. 82 The next common options must be placed between the "cloud" and the following sub-commands:</para> 83 83 <variablelist> 84 84 <varlistentry> … … 101 101 <variablelist> 102 102 <varlistentry> 103 <term><option>--clouduser</option></term><listitem><para>The name which fully identif y the user in the specified cloud provider</para></listitem>103 <term><option>--clouduser</option></term><listitem><para>The name which fully identifies the user in the specified cloud provider.</para></listitem> 104 104 </varlistentry> 105 105 <varlistentry> … … 140 140 <variablelist> 141 141 <varlistentry> 142 <term><option>--clouduser</option></term><listitem><para>The name which fully identif y the user in the specified cloud provider</para></listitem>142 <term><option>--clouduser</option></term><listitem><para>The name which fully identifies the user in the specified cloud provider.</para></listitem> 143 143 </varlistentry> 144 144 <varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.