diff --git a/docs/atomic-install.1.md b/docs/atomic-install.1.md index 6088c8a..6f9d4eb 100644 --- a/docs/atomic-install.1.md +++ b/docs/atomic-install.1.md @@ -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. diff --git a/docs/atomic-run.1.md b/docs/atomic-run.1.md index 1c30f4f..2f59970 100644 --- a/docs/atomic-run.1.md +++ b/docs/atomic-run.1.md @@ -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. diff --git a/docs/atomic-stop.1.md b/docs/atomic-stop.1.md index 4cabb84..af633e2 100644 --- a/docs/atomic-stop.1.md +++ b/docs/atomic-stop.1.md @@ -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. diff --git a/docs/atomic-uninstall.1.md b/docs/atomic-uninstall.1.md index 5798c0f..189bafb 100644 --- a/docs/atomic-uninstall.1.md +++ b/docs/atomic-uninstall.1.md @@ -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**="" diff --git a/docs/atomic-unmount.1.md b/docs/atomic-unmount.1.md index 72f2115..0962441 100644 --- a/docs/atomic-unmount.1.md +++ b/docs/atomic-unmount.1.md @@ -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)