diff options
author | Ed Santiago <santiago@redhat.com> | 2022-10-04 11:14:53 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-10-04 11:14:53 -0600 |
commit | 26468c22741d29a7421a639325b324bf257ebc9d (patch) | |
tree | 8b31d5ba26db633f7d99f7872897a1cace9fab17 /docs/source/markdown/options | |
parent | 0330d1abed7559e33baf50167a161e8ec54363b3 (diff) | |
download | podman-26468c22741d29a7421a639325b324bf257ebc9d.tar.gz podman-26468c22741d29a7421a639325b324bf257ebc9d.tar.bz2 podman-26468c22741d29a7421a639325b324bf257ebc9d.zip |
Man pages: refactor common options: --features
Easy one: text was already identical between both files.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/options')
-rw-r--r-- | docs/source/markdown/options/features.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/options/features.md b/docs/source/markdown/options/features.md new file mode 100644 index 000000000..b6ac4de34 --- /dev/null +++ b/docs/source/markdown/options/features.md @@ -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. |