cli: document disallow and edit options in manpages
There were missing descriptions for the `--disallow` and `--edit` options in the `rad-id` manpages.
This commit is contained in:
parent
a5665412f6
commit
538648c542
|
|
@ -73,6 +73,11 @@ automatically accepted and included into the identity document.
|
|||
*--allow* _<did>_::
|
||||
Update the identity by giving a specific peer access to a private repository.
|
||||
|
||||
*--disallow* _<did>_::
|
||||
Update the identity by removing a specific peer's access to a private repository.
|
||||
Note that the peer could have the contents of the repository up until the
|
||||
point that access was revoked.
|
||||
|
||||
*--payload* _<id> <key> <val>_::
|
||||
Update the identity by setting metadata in one of the identity payloads.
|
||||
This can be used to update a repository's project name or description, for
|
||||
|
|
@ -81,6 +86,9 @@ automatically accepted and included into the identity document.
|
|||
*--no-confirm*::
|
||||
Don't ask for confirmation before creating the revision.
|
||||
|
||||
*--edit*::
|
||||
Opens your $EDITOR to edit the JSON contents directly.
|
||||
|
||||
=== edit
|
||||
|
||||
Edit an existing revision to the identity document. The revision must still be
|
||||
|
|
|
|||
Loading…
Reference in New Issue