mirror of https://github.com/containers/podman.git
Merge pull request #16049 from edsantiago/docs_dedup_features
[CI:DOCS] Man pages: refactor common options: --features
This commit is contained in:
commit
84c85f4d94
|
@ -0,0 +1,4 @@
|
||||||
|
#### **--features**
|
||||||
|
|
||||||
|
Specify the features list which the list or index records as requirements for
|
||||||
|
the image. This option is rarely used.
|
|
@ -39,10 +39,7 @@ retrieved from the image's configuration information.
|
||||||
|
|
||||||
@@option creds
|
@@option creds
|
||||||
|
|
||||||
#### **--features**
|
@@option features
|
||||||
|
|
||||||
Specify the features list which the list or index records as requirements for
|
|
||||||
the image. This option is rarely used.
|
|
||||||
|
|
||||||
#### **--os**
|
#### **--os**
|
||||||
|
|
||||||
|
|
|
@ -23,10 +23,7 @@ the image. This is usually automatically retrieved from the image's
|
||||||
configuration information, so it is rarely necessary to use this option.
|
configuration information, so it is rarely necessary to use this option.
|
||||||
|
|
||||||
|
|
||||||
#### **--features**
|
@@option features
|
||||||
|
|
||||||
Specify the features list which the list or index records as requirements for
|
|
||||||
the image. This option is rarely used.
|
|
||||||
|
|
||||||
#### **--os**
|
#### **--os**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue