diff options
author | Shea Levy <shea@shealevy.com> | 2017-07-10T12·43-0400 |
---|---|---|
committer | Shea Levy <shea@shealevy.com> | 2017-07-10T12·43-0400 |
commit | 62a8fe6388a1ee8f9376b8e65b0cb9a02c313e9f (patch) | |
tree | 93f7ea62c280a5272f75d9890fc7d0654cd7d7ed /doc/manual/command-ref/nix-prefetch-url.xml | |
parent | 1762b9616cf8786270b2efb55800a8036574ed21 (diff) | |
parent | 30117fb35bde6ba27d7de5037272ea23c8dcebf9 (diff) |
Merge branch 'man2' of git://github.com/robx/nix
Diffstat (limited to 'doc/manual/command-ref/nix-prefetch-url.xml')
-rw-r--r-- | doc/manual/command-ref/nix-prefetch-url.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/manual/command-ref/nix-prefetch-url.xml b/doc/manual/command-ref/nix-prefetch-url.xml index 016d8863a94c..8ef748c74be3 100644 --- a/doc/manual/command-ref/nix-prefetch-url.xml +++ b/doc/manual/command-ref/nix-prefetch-url.xml @@ -19,14 +19,16 @@ <refsynopsisdiv> <cmdsynopsis> <command>nix-prefetch-url</command> + <arg><option>--version</option></arg> <arg><option>--type</option> <replaceable>hashAlgo</replaceable></arg> <arg><option>--print-path</option></arg> + <arg><option>--unpack</option></arg> + <arg><option>--name</option> <replaceable>name</replaceable></arg> <arg choice='plain'><replaceable>url</replaceable></arg> <arg><replaceable>hash</replaceable></arg> </cmdsynopsis> </refsynopsisdiv> - <refsection><title>Description</title> <para>The command <command>nix-prefetch-url</command> downloads the @@ -91,7 +93,7 @@ downloaded file in the Nix store is also printed.</para> </varlistentry> - <varlistentry><term><option>--name</option></term> + <varlistentry><term><option>--name</option> <replaceable>name</replaceable></term> <listitem><para>Override the name of the file in the Nix store. By default, this is |