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