From ca7570d8c32c7cb5e3c620eee732fe070f4c6cb1 Mon Sep 17 00:00:00 2001 From: Maxime Roussin-Bélanger Date: Tue, 8 Oct 2019 22:08:48 -0400 Subject: meta: simplify over descriptive descriptions in devtools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix commandline -> command-line typo. according to: https://en.wikipedia.org/wiki/Command-line_interface https://wiki.debian.org/Apt Signed-off-by: Maxime Roussin-Bélanger Signed-off-by: Richard Purdie --- meta/recipes-devtools/quilt/quilt.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-devtools/quilt') diff --git a/meta/recipes-devtools/quilt/quilt.inc b/meta/recipes-devtools/quilt/quilt.inc index 61e1c93605..d6d06c049c 100644 --- a/meta/recipes-devtools/quilt/quilt.inc +++ b/meta/recipes-devtools/quilt/quilt.inc @@ -1,8 +1,7 @@ SUMMARY = "Tool for working with series of patches" DESCRIPTION = "Quilt is a tool to manage large sets of patches by keeping \ track of the changes each patch makes. Patches can be applied, un-applied,\ -refreshed, etc. The key philosophical concept is that your primary output \ -is patches." +refreshed, etc." HOMEPAGE = "http://savannah.nongnu.org/projects/quilt/" SECTION = "devel" LICENSE = "GPLv2" -- cgit 1.2.3-korg