1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00

Update README

This commit is contained in:
Nicolas Mattia 2019-11-10 16:03:33 +01:00
parent 61990bc3a8
commit 7820785799

View File

@ -251,10 +251,10 @@ Available options:
```
Examples:
niv update
niv update nixpkgs
niv update my-package -v beta-0.2
niv update # update all packages
niv update nixpkgs # update nixpkgs
niv update my-package -v beta-0.2 # update my-package to version "beta-0.2"
Usage: niv update [PACKAGE] ([-a|--attribute KEY=VAL] | [-b|--branch BRANCH] |
[-o|--owner OWNER] | [-r|--repo REPO] | [-v|--version VERSION]