Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/createrepo-agent/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down