commit | 06ee6ed36f941b6359d014e842d2a41a2fbd4e9c | [log] [tgz] |
---|---|---|
author | Andrzej Bednarski <andrzej.bednarski@gmail.com> | Sun Nov 25 14:22:14 2018 +0100 |
committer | Jonathan Corbet <corbet@lwn.net> | Sun Nov 25 12:25:53 2018 -0700 |
tree | 0848cea0c272137aecb1f04129da7fc88f2bc3f5 | |
parent | c969eb830175f42b6cc0c8e80f6fce452fd75788 [diff] |
Correct gen_init_cpio tool's documentation The documentation for gen_init_cpio mentions to invoke the tool with '--help' flag for showing directive file format information. However, only the short name variant '-h' is implemented. Invoking the tool with the long name returns invalid option message and sets an error code. Signed-off-by: Andrzej Bednarski <andrzej.bednarski@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>