diff options
author | Shea Levy <shea@shealevy.com> | 2012-03-29T16·20+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-04-13T12·29+0200 |
commit | 055e803851e73bb94d341c3b4f25f52be167fef7 (patch) | |
tree | 00912107a6f74b6f3f0c8effef6754708768c974 /doc | |
parent | 00c98a6befb70228c7ba2b7d5dc8684289915baa (diff) |
Add the '--show-progress' flag to nix-copy-closure
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 |