Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/app/libmain.cxx: correct output of rpm-ostree compose -h
Need append a space between container-encapsulate and Generate in rpm-ostree compose -h ... $ rpm-ostree compose -h [root@localhost ~]# rpm-ostree compose -h Usage: rpm-ostree compose [OPTION…] COMMAND Commands to compose a tree Builtin "compose" Commands: commit Commit a target path to an OSTree repository container-encapsulateGenerate a reproducible "chunked" container image(using RPM data) from an OSTree commit ... It also corrected the bash completion of `rpm-ostree compose' ... [root@localhost ~]# rpm-ostree compose --help image --quiet install commit postprocess container-encapsulateGenerate tree extensions [root@localhost ~]# rpm-ostree compose ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
- Loading branch information