Made some changes to man pages
kpod ps manpage had misleading info Fixed the Global options and options in other man pages Signed-off-by: umohnani8 <umohnani@redhat.com>
This commit is contained in:
parent
251f16af80
commit
5a1314547a
7 changed files with 66 additions and 48 deletions
|
@ -8,6 +8,9 @@ kpod-save - Save an image to docker-archive or oci-archive
|
|||
## SYNOPSIS
|
||||
**kpod save**
|
||||
**NAME[:TAG]**
|
||||
[**--quiet**|**-q**]
|
||||
[**--format**]
|
||||
[**--output**|**-o**]
|
||||
[**--help**|**-h**]
|
||||
|
||||
## DESCRIPTION
|
||||
|
@ -20,7 +23,7 @@ The **quiet** flag suppresses the output when set.
|
|||
|
||||
**kpod save [GLOBAL OPTIONS]**
|
||||
|
||||
**kpod save [OPTIONS] NAME[:TAG] [GLOBAL OPTIONS]**
|
||||
**kpod save [OPTIONS] NAME[:TAG]**
|
||||
|
||||
## OPTIONS
|
||||
|
||||
|
@ -36,11 +39,6 @@ Save image to **oci-archive**
|
|||
**--quiet, -q**
|
||||
Suppress the output
|
||||
|
||||
## GLOBAL OPTIONS
|
||||
|
||||
**--help, -h**
|
||||
Print usage statement
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue