cli: amend `rad patch comment` docs
Make it clear what happens when the user specifies a Patch ID as the revision when using `rad patch comment`. Signed-off-by: Fintan Halpenny <fintan.halpenny@gmail.com> X-Clacks-Overhead: GNU Terry Pratchett
This commit is contained in:
parent
1e2776cb08
commit
54c2767a1d
|
|
@ -123,8 +123,9 @@ This is essentially equivalent to *git checkout -b <name>* followed by
|
||||||
Comment on a patch revision, optionally replying to an existing comment.
|
Comment on a patch revision, optionally replying to an existing comment.
|
||||||
|
|
||||||
*<revision-id>*::
|
*<revision-id>*::
|
||||||
The patch revision to comment on. Since all Patch IDs are also Revision IDs,
|
The patch revision to comment on. The Patch ID is also a Revision ID,
|
||||||
a Patch ID is also accepted.
|
and can be used for commenting on the initial revision of the patch.
|
||||||
|
Any other Revision ID will comment on the revision specified.
|
||||||
|
|
||||||
*--message*, *-m <string>*::
|
*--message*, *-m <string>*::
|
||||||
Comment message. If omitted, Radicle will prompt for a comment string via
|
Comment message. If omitted, Radicle will prompt for a comment string via
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue