aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/options
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-08-16 13:01:59 +0000
committerGitHub <noreply@github.com>2022-08-16 13:01:59 +0000
commit311b5946f74c94c5d6024c904abf6976c75e4d8f (patch)
treec47c63aa035067d7ccb1b6890231e4ec7d8207fd /docs/source/markdown/options
parentd36f3952d4f4f05d8411ad3d14e9d5b6c1814701 (diff)
parent22f3dd4c29de5be5338bdd33a8adbd201e98790d (diff)
downloadpodman-311b5946f74c94c5d6024c904abf6976c75e4d8f.tar.gz
podman-311b5946f74c94c5d6024c904abf6976c75e4d8f.tar.bz2
podman-311b5946f74c94c5d6024c904abf6976c75e4d8f.zip
Merge pull request #15331 from edsantiago/docs_dedup_piecemeal
Man pages: refactor common options: arch
Diffstat (limited to 'docs/source/markdown/options')
-rw-r--r--docs/source/markdown/options/README.md2
-rw-r--r--docs/source/markdown/options/arch.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/options/README.md b/docs/source/markdown/options/README.md
index b737fabf7..92f3d374e 100644
--- a/docs/source/markdown/options/README.md
+++ b/docs/source/markdown/options/README.md
@@ -42,3 +42,5 @@ This allows the shared use of examples in the option file:
```
Example: podman <<subcommand>> --foo --bar
```
+As a special case, `podman-pod-X` becomes just `X` (the "pod" is removed).
+This makes the `pod-id-file` man page more useful.
diff --git a/docs/source/markdown/options/arch.md b/docs/source/markdown/options/arch.md
new file mode 100644
index 000000000..005197707
--- /dev/null
+++ b/docs/source/markdown/options/arch.md
@@ -0,0 +1,2 @@
+#### **--arch**=*ARCH*
+Override the architecture, defaults to hosts, of the image to be pulled. For example, `arm`.