forked from lix-project/lix
man page (nix-prefetch-url): Add some missing options
This commit is contained in:
parent
772ef22c25
commit
89771a8821
|
@ -19,14 +19,16 @@
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<cmdsynopsis>
|
<cmdsynopsis>
|
||||||
<command>nix-prefetch-url</command>
|
<command>nix-prefetch-url</command>
|
||||||
|
<arg><option>--version</option></arg>
|
||||||
<arg><option>--type</option> <replaceable>hashAlgo</replaceable></arg>
|
<arg><option>--type</option> <replaceable>hashAlgo</replaceable></arg>
|
||||||
<arg><option>--print-path</option></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 choice='plain'><replaceable>url</replaceable></arg>
|
||||||
<arg><replaceable>hash</replaceable></arg>
|
<arg><replaceable>hash</replaceable></arg>
|
||||||
</cmdsynopsis>
|
</cmdsynopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
|
||||||
|
|
||||||
<refsection><title>Description</title>
|
<refsection><title>Description</title>
|
||||||
|
|
||||||
<para>The command <command>nix-prefetch-url</command> downloads the
|
<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>
|
||||||
|
|
||||||
<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
|
<listitem><para>Override the name of the file in the Nix store. By
|
||||||
default, this is
|
default, this is
|
||||||
|
|
Loading…
Reference in a new issue