From 2ce6e7f36cc13b733449c5dc8f22b0879319bab7 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Tue, 26 Nov 2024 10:08:32 -0700 Subject: [PATCH] content: fix wording for `pk repo metadata regen` repo args --- content/posts/metadata-cache-generation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/posts/metadata-cache-generation.md b/content/posts/metadata-cache-generation.md index a116a1c..0bce9de 100644 --- a/content/posts/metadata-cache-generation.md +++ b/content/posts/metadata-cache-generation.md @@ -70,10 +70,10 @@ Force a full regen: - `pk repo metadata regen -f path/to/repo` -Note that at least one repo must be specified and either be the name of a -configured ebuild repo on the system or an external repo pointed to via a path. -Specifying the level of parallelism is supported using the `-j/--jobs` option -which defaults to the system's number of logical CPU cores when unset. +Note that a repo must be specified and either be the name of a configured +ebuild repo on the system or an external repo pointed to via a path. Specifying +the level of parallelism is supported using the `-j/--jobs` option which +defaults to the system's number of logical CPU cores when unset. # Implementation details