diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-11-19T15·20+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-11-19T15·20+0000 |
commit | 7509d70f9ddec7d28911e6b6f2145bc50a923e9f (patch) | |
tree | 03671a5622b11542361c68e5a6ffa02e0467e3c5 /doc/manual/nix-copy-closure.xml | |
parent | 2369b122d19c7a08fc6e38e5a8aab90636ed4132 (diff) |
* Documented some of the sharing mechanisms.
Diffstat (limited to 'doc/manual/nix-copy-closure.xml')
-rw-r--r-- | doc/manual/nix-copy-closure.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/nix-copy-closure.xml b/doc/manual/nix-copy-closure.xml index fcb6be2343c7..ddbd8e6944cc 100644 --- a/doc/manual/nix-copy-closure.xml +++ b/doc/manual/nix-copy-closure.xml @@ -128,7 +128,7 @@ those paths. If this bothers you, use <para>Copy Firefox with all its dependencies to a remote machine: <screen> -$ nix-copy-closure alice@itchy.labs $(type -tP firefox)</screen> +$ nix-copy-closure --to alice@itchy.labs $(type -tP firefox)</screen> </para> |