diff options
author | Michael Raskin <7c6f434c@mail.ru> | 2007-12-10T22·16+0000 |
---|---|---|
committer | Michael Raskin <7c6f434c@mail.ru> | 2007-12-10T22·16+0000 |
commit | 3a2833daffcaf22894220837d9f9985580f5823a (patch) | |
tree | 908e1e0a1dbf9cdfeb298a865cf6d4351fd7eb68 | |
parent | 764b0115d5abd529d08d16f7bac2976e4a7e0cda (diff) |
corrected --help message for nix-store a bit
-rw-r--r-- | src/nix-store/help.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/nix-store/help.txt b/src/nix-store/help.txt index 14b83a06ca9e..bdd1b644b0d1 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 |