From f1c93e6ac243097876b0838bd0c3fe0b8912e2c0 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 27 Apr 2016 22:24:52 -0700 Subject: [PATCH] man/ocitools-generate: Use [OPTIONS] in the synopsis There are so many of these, I think it's time to follow grep(1) and friends and punt the individual details to the OPTIONS section. Signed-off-by: W. Trevor King --- man/ocitools-generate.1.md | 38 +------------------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/man/ocitools-generate.1.md b/man/ocitools-generate.1.md index fe4e3d61..c72ce9fa 100644 --- a/man/ocitools-generate.1.md +++ b/man/ocitools-generate.1.md @@ -5,43 +5,7 @@ ocitools-generate - Generate a config.json for an OCI container # SYNOPSIS -**ocitools generate** -[**--arch**[=*[]*] -[**--apparmor**[=*[]*]] -[**--args**[=*[]*]] -[**--bind**[=*[]*]] -[**--cap-add**[=*[]*]] -[**--cap-drop**[=*[]*]] -[**--cwd**[=*[]*]] -[**--env**[=*[]*]] -[**--gid**[=*GID*]] -[**--gidmappings**[=*[]*]]] -[**--groups**[=*[]*]] -[**--hostname**[=*[]*]] -[**--help**] -[**--ipc**] -[**--network**] -[**--no-new-privileges**] -[**--mount**] -[**--mount-cgroups**] -[**--os**[=*[]*]] -[**--pid**] -[**--poststart**[=*[]*]] -[**--poststop**[=*[]*]] -[**--prestart**[=*[]*]] -[**--privileged**] -[**--read-only**] -[**--root-propagation**[=*[]*]] -[**--rootfs**[=*[]*]] -[**--seccomp-default**[=*[]*]] -[**--seccomp-arch**[=*[]*]] -[**--seccomp-syscalls**[=*[]*]] -[**--selinux-label**[=*[]*]] -[**--sysctl**[=*[]*]] -[**--tmpfs**[=*[]*]] -[**--uid**[=*[]*]] -[**--uidmappings**[=*[]*]] -[**--uts**] +**ocitools generate** *[OPTIONS]* # DESCRIPTION **ocitools generate** is used to generate a config.json (OCI spec file) to be used to