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,7 @@ kpod-export - Export container's filesystem contents as a tar archive
|
|||
## SYNOPSIS
|
||||
**kpod export**
|
||||
**CONTAINER**
|
||||
[**--output**|**-o**]
|
||||
[**--help**|**-h**]
|
||||
|
||||
## DESCRIPTION
|
||||
|
@ -19,18 +20,13 @@ redirected to a file using the **output flag**.
|
|||
|
||||
**kpod export [GLOBAL OPTIONS]**
|
||||
|
||||
**kpod export [OPTIONS] CONTAINER [GLOBAL OPTIONS]**
|
||||
**kpod export [OPTIONS] CONTAINER**
|
||||
|
||||
## OPTIONS
|
||||
|
||||
**--output, -o**
|
||||
Write to a file, default is STDOUT
|
||||
|
||||
## GLOBAL OPTIONS
|
||||
|
||||
**--help, -h**
|
||||
Print usage statement
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue