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