From 3a2833daffcaf22894220837d9f9985580f5823a Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Mon, 10 Dec 2007 22:16:47 +0000 Subject: [PATCH] corrected --help message for nix-store a bit --- src/nix-store/help.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/nix-store/help.txt b/src/nix-store/help.txt index 14b83a06c..bdd1b644b 100644 --- a/src/nix-store/help.txt +++ b/src/nix-store/help.txt @@ -16,8 +16,13 @@ Operations: --gc: run the garbage collector - --dump: dump a path as a Nix archive - --restore: restore a path from a Nix archive + --dump: dump a path as a Nix archive, forgetting dependencies + --restore: restore a path from a Nix archive, without + registering validity + + --export: export a path as a Nix archive, marking dependencies + --import: import a path from a Nix archive, and register as + valid --init: initialise the Nix database --verify: verify Nix structures