Closed Mashimiao closed 7 years ago
I think change from flag
to option
is OK, but this should be accordant to tools usage.
I think the change does not make manpage to be not accordant with tools usage.
I mean help message of tools had better to be changed accordingly(flag
to option
), to be like
$ ./oci-image-validate --help
Usage: oci-image-validate FILE... [options...]
Options: ...
Though I want to change all of flags
to options
which I think is more common.
But as cobra use flags instead of options as default, it seems better to change OPTIONS
to FLAGS
in manpage.
@xiekeyang PTAL
Signed-off-by: Ma Shimiao mashimiao.fnst@cn.fujitsu.com