forked from ungleich-public/cdist
[__download] fix manual: onchange parameter in wrong section
This commit is contained in:
parent
8f94a226c7
commit
d239169c4f
1 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,6 @@ sum
|
||||||
By default output of ``cksum`` without filename is expected.
|
By default output of ``cksum`` without filename is expected.
|
||||||
Other hash formats supported with prefixes: ``md5:``, ``sha1:`` and ``sha256:``.
|
Other hash formats supported with prefixes: ``md5:``, ``sha1:`` and ``sha256:``.
|
||||||
|
|
||||||
onchange
|
|
||||||
Execute this command after download.
|
|
||||||
|
|
||||||
|
|
||||||
OPTIONAL PARAMETERS
|
OPTIONAL PARAMETERS
|
||||||
-------------------
|
-------------------
|
||||||
|
@ -54,6 +51,9 @@ cmd-sum
|
||||||
format specification ``%s`` which will become destination.
|
format specification ``%s`` which will become destination.
|
||||||
For example: ``md5sum '%s' | awk '{print $1}'``.
|
For example: ``md5sum '%s' | awk '{print $1}'``.
|
||||||
|
|
||||||
|
onchange
|
||||||
|
Execute this command after download.
|
||||||
|
|
||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in a new issue