doc/web/source/howto/manage_domains.rst
branchv0.7.x
changeset 690 06c0acf6c45d
parent 687 5eb033796444
child 698 18a528d44055
equal deleted inserted replaced
689:dab0630947a2 690:06c0acf6c45d
   110          Relocated........: 0
   110          Relocated........: 0
   111          Catch-All Dests..: 0
   111          Catch-All Dests..: 0
   112 
   112 
   113 domainnote
   113 domainnote
   114 ----------
   114 ----------
   115 Syntax:
   115 .. program:: vmm domainnote
   116  | **vmm domainnote** *fqdn* [**-n** *note*]
   116 
   117  | **vmm do** *fqdn* [**-n** *note*]
   117 Syntax:
       
   118  | **vmm domainnote** *fqdn* **-d** | **-n** *note*
       
   119  | **vmm do** *fqdn* **-d** | **-n** *note*
       
   120 
       
   121 .. option:: -d
       
   122 
       
   123  delete the domain's note
       
   124 
       
   125 .. option:: -n note
       
   126 
       
   127  the note that should be set
   118 
   128 
   119 With this subcommand, it is possible to attach a note to the specified
   129 With this subcommand, it is possible to attach a note to the specified
   120 domain.
   130 domain.
   121 Without an argument, an existing note is removed.
   131 In order to delete an existing note, pass the :option:`-d` option.
   122 
   132 
   123 Example:
   133 Example:
   124 
   134 
   125 .. code-block:: console
   135 .. code-block:: console
   126 
   136