debian-forge/docs
David Rheinsberg 1ab282b906 docs: fix incorrect option-list formatting
The used format of `-X, --long=VALUE` is not a valid option-list entry,
even though it is very commonly used all over the linux man-pages. Use
the supported format of `-X VALUE, --long=VALUE`, which will format
correctly in the man-page and html outputs.

For reference, these formats are valid in RST option-lists:

        -a                      Short option
        -c arg                  Short option with arg.
        --long                  Long option.
        -2, --two               Aliases on a single line.
        -f FILE, --file=FILE    Aliases with arguments.
        /V                      VMS/DOS-style option.
2020-03-18 09:34:40 +01:00
..
osbuild-manifest.5.rst docs: provide a separate manifest description 2020-03-07 13:43:24 +01:00
osbuild.1.rst docs: fix incorrect option-list formatting 2020-03-18 09:34:40 +01:00