From 7059909327846abfd18bc89f936a8c986cb76181 Mon Sep 17 00:00:00 2001 From: Andreas Kapp Date: Sun, 17 Apr 2016 08:56:23 +0200 Subject: [PATCH] task name is rpm-lint --- src/sphinx/formats/rpm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sphinx/formats/rpm.rst b/src/sphinx/formats/rpm.rst index bf86a3138..f070344f0 100644 --- a/src/sphinx/formats/rpm.rst +++ b/src/sphinx/formats/rpm.rst @@ -188,7 +188,7 @@ The Rpm support grants the following commands: ``rpm:package-bin`` Generates the ``.rpm`` package for this project. - ``rpm:rpmlint`` + ``rpm:rpm-lint`` Generates the ``.rpm`` file and runs the ``rpmlint`` command to look for issues in the package. Useful for debugging.