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:
Paul Holzinger
2020-11-12 20:32:30 +01:00
parent 7774f63319
commit f5a2e578eb
21 changed files with 59 additions and 52 deletions

View File

@ -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.