forked from lix-project/lix
corrected --help message for nix-store a bit
This commit is contained in:
parent
764b0115d5
commit
3a2833daff
|
@ -16,8 +16,13 @@ Operations:
|
||||||
|
|
||||||
--gc: run the garbage collector
|
--gc: run the garbage collector
|
||||||
|
|
||||||
--dump: dump a path as a Nix archive
|
--dump: dump a path as a Nix archive, forgetting dependencies
|
||||||
--restore: restore a path from a Nix archive
|
--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
|
--init: initialise the Nix database
|
||||||
--verify: verify Nix structures
|
--verify: verify Nix structures
|
||||||
|
|
Loading…
Reference in a new issue