diff -r dab0630947a2 -r 06c0acf6c45d doc/web/source/howto/manage_accounts.rst --- a/doc/web/source/howto/manage_accounts.rst Sun Jan 20 14:42:52 2013 +0000 +++ b/doc/web/source/howto/manage_accounts.rst Sun Jan 20 15:50:36 2013 +0000 @@ -93,13 +93,24 @@ username -------- +.. program:: vmm username + Syntax: - | **vmm username** *address* [**-n** *name*] - | **vmm un** *address* [**-n** *name*] + | **vmm username** *address* **-d** | **-n** *name* + | **vmm un** *address* **-d** | **-n** *name* + +.. option:: -d + + delete the user's name + +.. option:: -n name + + a user's real name The user's real *name* can be set/updated with this subcommand. -If no *name* is given, the value stored for the account is erased. +In order to delete the value stored for the account, pass the :option:`-d` +option. Example: @@ -109,13 +120,23 @@ usernote -------- +.. program:: vmm usernote + Syntax: - | **vmm usernote** *address* [**-n** *note*] - | **vmm uo** *address* [**-n** *note*] + | **vmm usernote** *address* **-d** | **-n** *note* + | **vmm uo** *address* **-d** | **-n** *note* + +.. option:: -d + + delete the user's note + +.. option:: -n note + + the note that should be set With this subcommand, it is possible to attach a note to the specified account. -Without an argument, an existing note is removed. +In order to delete an existing note, pass the :option:`-d` option. Example: