{"live", VSH_OT_BOOL, 0, N_("modify/get running state")},
{"config", VSH_OT_BOOL, 0, N_("modify/get persistent configuration")},
{"current", VSH_OT_BOOL, 0, N_("modify/get current state configuration")},
- {"title", VSH_OT_BOOL, 0, N_("modify the title instead of description")},
+ {"title", VSH_OT_BOOL, 0, N_("modify/get the title instead of description")},
{"edit", VSH_OT_BOOL, 0, N_("open an editor to modify the description")},
{"new-desc", VSH_OT_ARGV, 0, N_("message")},
{NULL, 0, 0, NULL}
but not started. If domain is already running, the changes will take
effect on the next boot.
-=item B<desc> [[I<--live>] [I<--config>] | [I<--current>]] [I<--title>]
- [I<--edit>] [I<--new-desc> New description or title message]
+=item B<desc> I<domain-id> [[I<--live>] [I<--config>] |
+ [I<--current>]] [I<--title>] [I<--edit>] [I<--new-desc>
+ New description or title message]
Show or modify description and title of a domain. These values are user
fields that allow to store arbitrary textual data to allow easy
Flag I<--title> selects operation on the title field instead of description.
-If neither of I<--edit> and I<--new_desc> are specified the note or description
+If neither of I<--edit> and I<--new-desc> are specified the note or description
is displayed instead of being modified.
=item B<destroy> I<domain-id> [I<--graceful>]