VirtualBox

Changeset 77800 in vbox for trunk/doc


Ignore:
Timestamp:
Mar 19, 2019 5:34:04 PM (6 years ago)
Author:
vboxsync
Message:

manual/man_VBoxManage-snapshot.xml: The 'vm' argument must be 'req' not 'plain' and is more descriptive if given as 'vmname|uuid'. This is the convention used in existing manpages and existing --help output. The 'snapshot' argument should likewise be 'req' rather than 'plain'.

File:
1 edited

Legend:

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

    r77799 r77800  
    3939<!-- The 'id' is mandatory and must start with 'synopsis-'. -->
    4040      <command>VBoxManage snapshot</command>
    41       <arg choice="plain"><replaceable>vm</replaceable></arg>
     41      <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
    4242    </cmdsynopsis>
    4343
    4444    <cmdsynopsis id="synopsis-vboxmanage-snapshot-take">
    4545      <command>VBoxManage snapshot</command>
    46       <arg choice="plain"><replaceable>vm</replaceable></arg>
     46      <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
    4747
    4848      <arg choice="plain">take</arg>
    4949
    50       <arg choice="plain"><replaceable>snapshot-name</replaceable></arg>
     50      <arg choice="req"><replaceable>snapshot-name</replaceable></arg>
    5151
    5252      <arg>--description=<replaceable>description</replaceable></arg>
     
    5959    <cmdsynopsis id="synopsis-vboxmanage-snapshot-delete">
    6060      <command>VBoxManage snapshot</command>
    61       <arg choice="plain"><replaceable>vm</replaceable></arg>
     61      <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
    6262
    6363      <arg choice="plain">delete</arg>
    6464
    65       <arg choice="plain"><replaceable>snapshot-name</replaceable></arg>
     65      <arg choice="req"><replaceable>snapshot-name</replaceable></arg>
    6666    </cmdsynopsis>
    6767
    6868    <cmdsynopsis id="synopsis-vboxmanage-snapshot-restore">
    6969      <command>VBoxManage snapshot</command>
    70       <arg choice="plain"><replaceable>vm</replaceable></arg>
     70      <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
    7171
    7272      <arg choice="plain">restore</arg>
    7373
    74       <arg choice="plain"><replaceable>snapshot-name</replaceable></arg>
     74      <arg choice="req"><replaceable>snapshot-name</replaceable></arg>
    7575    </cmdsynopsis>
    7676
    7777    <cmdsynopsis id="synopsis-vboxmanage-snapshot-restorecurrent">
    7878      <command>VBoxManage snapshot</command>
    79       <arg choice="plain"><replaceable>vm</replaceable></arg>
     79      <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
    8080
    8181      <arg choice="plain">restorecurrent</arg>
     
    8484    <cmdsynopsis id="synopsis-vboxmanage-snapshot-edit">
    8585      <command>VBoxManage snapshot</command>
    86       <arg choice="plain"><replaceable>vm</replaceable></arg>
     86      <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
    8787
    8888      <arg choice="plain">edit</arg>
     
    100100    <cmdsynopsis id="synopsis-vboxmanage-snapshot-list">
    101101      <command>VBoxManage snapshot</command>
    102       <arg choice="plain"><replaceable>vm</replaceable></arg>
     102      <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
    103103
    104104      <arg choice="plain">list</arg>
     
    109109    <cmdsynopsis id="synopsis-vboxmanage-snapshot-showvminfo">
    110110      <command>VBoxManage snapshot</command>
    111       <arg choice="plain"><replaceable>vm</replaceable></arg>
     111      <arg choice="req"><replaceable>uuid|vmname</replaceable></arg>
    112112
    113113      <arg choice="plain">showvminfo</arg>
    114114
    115       <arg choice="plain"><replaceable>snapshot-name</replaceable></arg>
     115      <arg choice="req"><replaceable>snapshot-name</replaceable></arg>
    116116    </cmdsynopsis>
    117117  </refsynopsisdiv>
     
    149149      <variablelist>
    150150        <varlistentry>
    151           <term><replaceable>vm</replaceable></term>
     151          <term><replaceable>uuid|vmname</replaceable></term>
    152152          <listitem><para>
    153153              Specifies the UUID or name of the VM.
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