-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add man pages for ocitools #33
Conversation
Replaces #30 |
|
||
# DESCRIPTION | ||
|
||
Valida an OCI bundle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: Validate
c914e3d
to
4f497bb
Compare
man: | ||
go-md2man -in "man/ocitools.1.md" -out "ocitools.1" | ||
go-md2man -in "man/ocitools-generate.1.md" -out "ocitools-generate.1" | ||
go-md2man -in "man/ocitools-bvalidate.1.md" -out "ocitools-bvalidate.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bvalidate -> validate
[ARG...] | ||
|
||
# DESCRIPTION | ||
oci generate is used to generate a config.json (oci Spec file) to be used to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/oci generate/ocitools generate/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Spec/spec
Also fix up Makefile so that it will install ocitools and man pages. Signed-off-by: Dan Walsh <[email protected]>
LGTM |
These were typos from 78e69bf (Add man pages for ocitools, 2016-04-09, opencontainers#33). Signed-off-by: W. Trevor King <[email protected]>
Also fix up Makefile so that it will install ocitools and man pages.
Signed-off-by: Dan Walsh [email protected]