From 0588c63c65b32f291c431447d8e739de671b1494 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Jul 11 2022 10:00:37 +0000 Subject: doc: fix description of %autorelease -p Signed-off-by: Zbigniew Jędrzejewski-Szmek --- diff --git a/doc/autorelease.rst b/doc/autorelease.rst index 3cc9e50..aa3608e 100644 --- a/doc/autorelease.rst +++ b/doc/autorelease.rst @@ -15,8 +15,7 @@ Each element in square brackets indicates an optional item. The ``%autorelease`` macro accepts these parameters to allow packagers to specify the different portions of the release field: -* ``-p ``: Designates a pre-release, i.e. ``pkgrel`` will be prefixed - with ``0.``. +* ``-p``: Designates a pre-release, i.e. ``pkgrel`` will be prefixed with ``0.``. * ``-e ``: Allows specifying the ``extraver`` portion of the release. * ``-s ``: Allows specifying the ``snapinfo`` portion of the release. * ``-b ``: Allows specifying a custom base release number (i.e. other than 1). diff --git a/doc/examples/README.md b/doc/examples/README.md index c144e96..edcdc0d 100644 --- a/doc/examples/README.md +++ b/doc/examples/README.md @@ -9,7 +9,7 @@ The `%autorelease` macro takes a couple of parameters to allow the user to speci portions of the release field, as described in the [Versioning Guidelines](https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_more_complex_versioning): -* `-p`, "prerelease": Designates a pre-release, i.e. the left-most digit of `pkgrel` will be `0`. +* `-p`: Designates a pre-release, i.e. the left-most digit of `pkgrel` will be `0`. * `-e `: Allows specifying the `extraver` portion of the release. * `-s `: Allows specifying the `snapinfo` portion of the release. * `-b `: Allows specifying a custom base release number (i.e. other than 1).