From 17c1a1dde499b4b2261e1c393a455e14b8a2c0d9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Feb 2025 12:32:22 -0400 Subject: [PATCH] fix description of ParallelBuild --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index 9b0f95143a..fae2a3bbb8 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -159,7 +159,7 @@ Flag Production Description: Enable production build (slower build; faster binary) Flag ParallelBuild - Description: Enable production build (slower build; faster binary) + Description: Enable building in parallel Default: False Manual: True