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

@@ -30,9 +30,7 @@ use crate::error::N34Result;
pub enum RepoSubcommands {
/// View details of a nostr git repository
View(ViewArgs),
/// Publish information about a git repository to Nostr for collaboration
/// and feedback. Can also be used to update an existing repository's
/// details.
/// Broadcast and update a git repository
Announce(AnnounceArgs),
}