Skip to content

Commit

Permalink
content: fix wording for pk repo metadata regen repo args
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Nov 26, 2024
1 parent 71e160a commit 2ce6e7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/posts/metadata-cache-generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2ce6e7f

Please sign in to comment.