Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
berberman committed Feb 25, 2024
1 parent deb11e4 commit 5b19219
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ To run nvfetcher as a CLI program, you'll need to provide package sources define
Usage: nvfetcher [--version] [--help] [-o|--build-dir DIR] [--commit-changes]
[-l|--changelog FILE] [-j NUM] [-r|--retry NUM] [-t|--timing]
[-v|--verbose] [-f|--filter REGEX] [-k|--keyfile FILE]
[--keep-old] [TARGET] [-c|--config FILE]
[--keep-old] [--keep-going] [TARGET] [-c|--config FILE]
generate nix sources expr for the latest version of packages
Expand All @@ -128,6 +128,7 @@ Available options:
-k,--keyfile FILE Nvchecker keyfile
--keep-old Don't remove old files other than generated json and
nix before build
--keep-going Don't stop if some packages failed to fetch
TARGET Three targets are available: 1.build 2.clean (remove
all generated files) 3.purge (remove shake db)
(default: build)
Expand Down

0 comments on commit 5b19219

Please sign in to comment.