mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Maintain consistent order of short and long flag names in docs
Make the order of short and long flag names in the documentation consistent. Also adjust the man page validaten script to only allow the `**--long**, **-s**` syntax. Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
This commit is contained in:
@ -23,11 +23,11 @@ Specify the volume driver name (default local).
|
||||
|
||||
Print usage statement
|
||||
|
||||
#### **-l**, **--label**=*label*
|
||||
#### **--label**=*label*, **-l**
|
||||
|
||||
Set metadata for a volume (e.g., --label mykey=value).
|
||||
|
||||
#### **-o**, **--opt**=*option*
|
||||
#### **--opt**=*option*, **-o**
|
||||
|
||||
Set driver specific options.
|
||||
For the default driver, `local`, this allows a volume to be configured to mount a filesystem on the host.
|
||||
|
Reference in New Issue
Block a user