commands.sh

create-image

linux

Create CPIO images.

More info →

Options (2)

-o, --outputboolean

Create a CPIO archive from the current directory

Example: create-image {{[-o|--output]}} {{path/to/output.cpio}}
-h, --helpboolean

Display help

Example: create-image {{[-h|--help]}}

Examples (2)

Create a CPIO archive from the current directory

create-image [-o|--output] path/to/output.cpio

Display help

create-image [-h|--help]
made by @shridhargupta | data from tldr-pages