diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-04T14·22+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-04T14·22+0200 |
commit | 34ea91b25919d795b6d322059de274ddcf778763 (patch) | |
tree | d7bf396a31732d5fae031802544b74b40b5129e4 /src/nix-store | |
parent | 0837348049bbdd24378ad9376caad932712d5acd (diff) |
Include --keep-going in --help
Diffstat (limited to 'src/nix-store')
-rw-r--r-- | src/nix-store/help.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix-store/help.txt b/src/nix-store/help.txt index f3e65a5283b9..ed4a29a67e17 100644 --- a/src/nix-store/help.txt +++ b/src/nix-store/help.txt @@ -65,5 +65,7 @@ Options: --verbose / -v: verbose operation (may be repeated) --keep-failed / -K: keep temporary directories of failed builds + --keep-going / -k: build as many dependencies as possible, even if + some dependencies fail to build --add-root: add garbage collector roots for the result |