From 9316bd2c3c0247c18b0a306b2463c17efc57dabe Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Thu, 8 Jan 2026 11:36:12 -0600 Subject: [PATCH] Fix Assuan help text for SYNC_PATTERN command Signed-off-by: Scott K Logan --- src/createrepo-agent/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/createrepo-agent/command.c b/src/createrepo-agent/command.c index d57c1b1..6e12f38 100644 --- a/src/createrepo-agent/command.c +++ b/src/createrepo-agent/command.c @@ -586,7 +586,7 @@ cmd_sync(assuan_context_t ctx, char * line) } #define HLP_SYNC_PATTERN \ - "SYNC BASE_URL PATTERN [ARCH ...]\n\nAdd matching RPM packages from another repository" + "SYNC_PATTERN BASE_URL PATTERN [ARCH ...]\n\nAdd matching RPM packages from another repository" gpg_error_t cmd_sync_pattern(assuan_context_t ctx, char * line) {