diff options
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) { |