rad-patch.1.doc: Fix typos and markup errors

Fix "patched" -> "patches" in --author description
Fix "to diff" -> "to review" in review --revision description
Fix "--p" -> "-p" short flag for --patch option

Signed-off-by: nullcurve <did🔑z6MkpP5WGopov3BTRK9dmCo5TmqngpAuJ57JW8cywPggZ8HP@radicle.xyz>
Co-authored-by: Claude <noreply@anthropic.com>
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
nullcurve 2026-04-22 21:56:05 +00:00 committed by Fintan Halpenny
parent 898e00ecf1
commit dd7c13271f
1 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ List patches in the current repository. The default is *--open*.
*--open*:: List only open patches
*--draft*:: List only draft patches
*--authored*:: Show only patches that you have authored
*--author <did>*:: Show only patched where the given user is an author
*--author <did>*:: Show only patches where the given user is an author
(may be specified multiple times)
=== ready
@ -101,8 +101,8 @@ to *open*.
Review a patch. Indicate acceptance or rejection of a patch revision along
with a comment.
*--revision*, *-r <revision-id>*:: The revision to diff (default: latest)
*--patch*, *--p*:: Review by patch hunks
*--revision*, *-r <revision-id>*:: The revision to review (default: latest)
*--patch*, *-p*:: Review by patch hunks
*--hunk <index>*:: Only review a specific hunk
*--accept*:: Accept a patch or set of hunks
*--reject*:: Reject a patch or set of hunks