From b647fc79ab3933ce616309709428bc484456a9cd Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 25 Jan 2021 18:06:29 +0100 Subject: [PATCH] Fix parameter of "Keep pkgrel-epoch" option --- librepomgr/buildactions/buildactionmeta.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librepomgr/buildactions/buildactionmeta.cpp b/librepomgr/buildactions/buildactionmeta.cpp index b4f3d8a..210054b 100644 --- a/librepomgr/buildactions/buildactionmeta.cpp +++ b/librepomgr/buildactions/buildactionmeta.cpp @@ -131,7 +131,7 @@ BuildActionMetaInfo::BuildActionMetaInfo() .id = static_cast(PrepareBuildFlags::KeepPkgRelAndEpoch), .name = "Keep pkgrel/epoch", .desc = "Never bumps pkgrel and epoch", - .param = "keep-order", + .param = "keep-pkgrel-and-epoch", }, }, .settings = {