From 34ea91b25919d795b6d322059de274ddcf778763 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 4 Apr 2012 16:22:32 +0200 Subject: [PATCH] Include --keep-going in --help --- src/nix-env/help.txt | 2 ++ src/nix-store/help.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/nix-env/help.txt b/src/nix-env/help.txt index 605bf2810a..0ebdca9b22 100644 --- a/src/nix-env/help.txt +++ b/src/nix-env/help.txt @@ -69,6 +69,8 @@ Options: --file / -f FILE: use Nix expression FILE for installation, etc. --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 --preserve-installed: do not replace currently installed versions in `-i' --system-filter SYSTEM: only use derivations for specified platform --prebuilt-only / -b: only use derivations whose prebuilt binaries are diff --git a/src/nix-store/help.txt b/src/nix-store/help.txt index f3e65a5283..ed4a29a67e 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