1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 18:45:01 +01:00

Add missing options to man pages

This commit is contained in:
Dan Walsh
2015-08-30 09:57:04 -04:00
parent 2748df603b
commit 4f45fc0467
5 changed files with 13 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ atomic-install - Execute Image Install Method
**atomic install**
[**-h**|**--help**]
[**--display**]
[**--name**[=*NAME*]]
[**-n**][**--name**[=*NAME*]]
[**--opt1**[=*OPT*]]
[**--opt2**[=*OPT*]]
[**--opt3**[=*OPT*]]
@@ -50,7 +50,7 @@ If the container image has a LABEL INSTALL instruction like the following:
The install command will not execute if --display is specified.
If --display is not specified the install command will execute.
**--name**=""
**-n** **--name**=""
Use this name for creating installed content for the container.
NAME will default to the IMAGENAME if it is not specified.

View File

@@ -8,7 +8,7 @@ atomic-run - Execute container image run method
**atomic run**
[**-h**|**--help**]
[**--display**]
[**--name**[=*NAME*]]
[**-n**][**--name**[=*NAME*]]
[**--opt1**[=*OPT*]]
[**--opt2**[=*OPT*]]
[**--opt3**[=*OPT*]]
@@ -60,7 +60,7 @@ These defaults are suggested values for your container images.
The run command will not execute if --display is specified.
If --display is not specified the run command will execute.
**--name**=""
**--n** **--name**=""
Use this name for creating run content for the container.
NAME will default to the IMAGENAME if it is not specified.

View File

@@ -7,7 +7,7 @@ atomic-stop - Execute container image stop method
# SYNOPSIS
**atomic stop**
[**-h**|**--help**]
[**--name**[=*NAME*]]
[**-n**][**--name**[=*NAME*]]
IMAGE
# DESCRIPTION
@@ -41,7 +41,7 @@ the container is running.
**-h** **--help**
Print usage statement
**--name**=""
**-n** **--name**=""
If name is specified `atomic stop` will stop the named container from the
system, otherwise it will stop the container with a name that matches the
image.

View File

@@ -8,6 +8,7 @@ atomic-uninstall - Remove/Uninstall container/container image from system
**atomic uninstall**
[**-f**][**--force**]
[**-h**|**--help**]
[**-n**][**--name**[=*NAME*]]
[**--opt1**[=*OPT*]]
[**--opt2**[=*OPT*]]
[**--opt3**[=*OPT*]]
@@ -48,7 +49,7 @@ If the container image has a LABEL UNINSTALL instruction like the following:
**-h** **--help**
Print usage statement
**--name**=""
**-n** **--name**=""
If name is specified `atomic uninstall` will uninstall the named container from the system, otherwise it will uninstall the container images.
**--opt1**=""

View File

@@ -6,11 +6,16 @@ atomic-unmount - Unmount Images/Containers
# SYNOPSIS
**atomic unmount**
[**-h**|**--help**]
DIRECTORY
# DESCRIPTION
**atomic unmount** will unmount a container/image previously mounted with
**atomic mount**.
# OPTIONS:
**-h** **--help**
Print usage statement
# HISTORY
June 2015, Originally compiled by William Temple (wtemple at redhat dot com)