docs: Fix status command docs

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-08-02 09:14:21 +00:00
parent bd3ba1bdbf
commit 78113c7402
5 changed files with 5 additions and 7 deletions

View File

@@ -74,7 +74,7 @@ pub enum PatchSubcommands {
Fetch(FetchArgs),
/// Closes an open or drafted patch.
Close(CloseArgs),
/// Converts the closed or open patch to draft state.
/// Converts an open patch to draft state.
Draft(DraftArgs),
/// Reopens a closed or drafted patch.
Reopen(ReopenArgs),