VirtualBox

Changeset 77791 in vbox for trunk/doc


Ignore:
Timestamp:
Mar 19, 2019 3:38:54 PM (6 years ago)
Author:
vboxsync
Message:

manual/man_VBoxManage-snapshot.xml: there must be an '=' between option name and <replaceable>, both for consistency and because the --help generate is unable to insert any space there, so it will become unreable/misleading.

File:
1 edited

Legend:

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

    r77790 r77791  
    5050      <arg choice="plain"><replaceable>snapshot-name</replaceable></arg>
    5151
    52       <arg>--description <replaceable>description</replaceable></arg>
     52      <arg>--description=<replaceable>description</replaceable></arg>
    5353
    5454      <arg>--live</arg>
     
    9090      <arg choice="plain"><replaceable>snapshot-name</replaceable> | --current</arg>
    9191
    92       <arg>--description <replaceable>description</replaceable></arg>
    93 
    94       <arg>--name <replaceable>new-name</replaceable></arg>
     92      <arg>--description=<replaceable>description</replaceable></arg>
     93
     94      <arg>--name=<replaceable>new-name</replaceable></arg>
    9595    </cmdsynopsis>
    9696
     
    167167      <variablelist>
    168168        <varlistentry>
    169           <term><option>--description <replaceable>description</replaceable></option></term>
     169          <term><option>--description=<replaceable>description</replaceable></option></term>
    170170          <listitem><para>
    171171              Specifies a description of the snapshot.
     
    273273        </varlistentry>
    274274        <varlistentry>
    275           <term><option>--description <replaceable>description</replaceable></option></term>
     275          <term><option>--description=<replaceable>description</replaceable></option></term>
    276276          <listitem><para>
    277277              Specifies a new description for the snapshot.
     
    279279        </varlistentry>
    280280        <varlistentry>
    281           <term><option>--name <replaceable>new-name</replaceable></option></term>
     281          <term><option>--name=<replaceable>new-name</replaceable></option></term>
    282282          <listitem><para>
    283283              Specifies a new name for the snapshot.
     
    358358<screen>
    359359$ VBoxManage snapshot ol7u4 take ol7u4-snap-001 \
    360 --description "Oracle Linux 7.4"
     360--description="Oracle Linux 7.4"
    361361</screen>
    362362    <para>
     
    374374<screen>
    375375$ VBoxManage snapshot ol7u4 edit ol7u4-snap-001 \
    376 --description "Oracle Linux 7.4 with UEK4 kernel"
     376--description="Oracle Linux 7.4 with UEK4 kernel"
    377377</screen>
    378378    <para>
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