Revert escaped double dash man page flag syntax

Commit 800a2e2d35 introduced a way to disable the conversion of `--`into
an en dash on docs.podman.io, so the ugly workaround of escaping the
dashes is no longer necessary.

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
This commit is contained in:
Paul Holzinger
2021-05-07 18:30:00 +02:00
parent 5616887f62
commit 30e731ecc8
114 changed files with 977 additions and 988 deletions

View File

@ -20,11 +20,11 @@ Note that the generated Kubernetes YAML file can be used to re-run the deploymen
## OPTIONS
#### **\-\-filename**, **-f**=**filename**
#### **--filename**, **-f**=**filename**
Output to the given file, instead of STDOUT. If the file already exists, `generate kube` will refuse to replace it and return an error.
#### **\-\-service**, **-s**
#### **--service**, **-s**
Generate a Kubernetes service object in addition to the Pods. Used to generate a Service specification for the corresponding Pod output. In particular, if the object has portmap bindings, the service specification will include a NodePort declaration to expose the service. A
random port is assigned by Podman in the specification.