diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/nix-copy-closure.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manual/nix-copy-closure.xml b/doc/manual/nix-copy-closure.xml index 45cfc0f34245..4b5ce755c67d 100644 --- a/doc/manual/nix-copy-closure.xml +++ b/doc/manual/nix-copy-closure.xml @@ -26,6 +26,7 @@ <arg><option>--gzip</option></arg> <arg><option>--bzip2</option></arg> <arg><option>--xz</option></arg> + <arg><option>--show-progress</option></arg> <arg><option>--include-outputs</option></arg> <arg choice='plain'> <replaceable>user@</replaceable><replaceable>machine</replaceable> @@ -110,6 +111,13 @@ those paths. If this bothers you, use </varlistentry> + <varlistentry><term><option>--show-progress</option></term> + + <listitem><para>Show the progress of each path's transfer as it's made. + This requires the <command>pv</command> utility to be in <envar>PATH</envar>.</para></listitem> + + </varlistentry> + <varlistentry><term><option>--include-outputs</option></term> <listitem><para>Also copy the outputs of store derivations included |