From 8289194b1e9bf420308bfeeeb86728970ca0ea75 Mon Sep 17 00:00:00 2001 From: Tiago Carvalho Date: Sun, 29 Dec 2024 22:21:21 +0000 Subject: [PATCH] change comment on list sigs --- src/list_signatures.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/list_signatures.rs b/src/list_signatures.rs index 5485527..4071b02 100644 --- a/src/list_signatures.rs +++ b/src/list_signatures.rs @@ -7,7 +7,7 @@ use git2::{Oid, Repository}; use super::utils; -/// List signatures stored in this repository. +/// Execute the `list-signatures` command. pub fn command(output_json: bool) -> Result<()> { let repo = utils::open_repository()?; -- 2.51.2