diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-05T22·57+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-05T22·57+0000 |
commit | 9e08f5efe105fb1314e3bb052a819696ed2adee1 (patch) | |
tree | ba58d4321a14e2744ed6db5bd0cec3fac45a9c3c /src | |
parent | 8791ffbc886520e02017f854342922a624b61fb5 (diff) |
* Documented nix-store --dump / --restore.
Diffstat (limited to 'src')
-rw-r--r-- | src/nix-store/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/main.cc b/src/nix-store/main.cc index 42c3074ff4e6..b83eb883702a 100644 --- a/src/nix-store/main.cc +++ b/src/nix-store/main.cc @@ -599,7 +599,7 @@ struct StdinSource : RestoreSource }; -/* Restore a value from a Nix archive. The archive is written to +/* Restore a value from a Nix archive. The archive is read from standard input. */ static void opRestore(Strings opFlags, Strings opArgs) { |