aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-create.1.md.in
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-08-15 12:31:30 -0600
committerEd Santiago <santiago@redhat.com>2022-08-15 12:31:30 -0600
commit22f3dd4c29de5be5338bdd33a8adbd201e98790d (patch)
treebd4a2a76df412b4703b598fe16212794f510ff79 /docs/source/markdown/podman-create.1.md.in
parentfe54d404ffbb0b94d48f8a521016a75491652a91 (diff)
downloadpodman-22f3dd4c29de5be5338bdd33a8adbd201e98790d.tar.gz
podman-22f3dd4c29de5be5338bdd33a8adbd201e98790d.tar.bz2
podman-22f3dd4c29de5be5338bdd33a8adbd201e98790d.zip
Man pages: refactor common options: arch
Smaller, more reviewable chunks. This is just one option, --arch. Future PRs may, if the reviewing is easy, include multiple options. This one includes fixes to the preprocessor script, though: * big oops, I was not handling '<<something pod|something>>' where 'pod' appears other than the beginning of the string. * I was also not handling 'container<<| or pod>>', where one side was empty. * Behavior change: <<subcommand>>, on podman-pod-foo, becomes just 'foo' (not 'pod foo'). This will be useful in a future PR where we refactor --pod-id-file. Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-create.1.md.in')
-rw-r--r--docs/source/markdown/podman-create.1.md.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-create.1.md.in b/docs/source/markdown/podman-create.1.md.in
index 5bb1dceca..45dfe304c 100644
--- a/docs/source/markdown/podman-create.1.md.in
+++ b/docs/source/markdown/podman-create.1.md.in
@@ -73,8 +73,7 @@ and specified with a _tag_.
Add an annotation to the container. The format is key=value.
The **--annotation** option can be set multiple times.
-#### **--arch**=*ARCH*
-Override the architecture, defaults to hosts, of the image to be pulled. For example, `arm`.
+@@option arch
#### **--attach**, **-a**=*location*