From patchwork Thu Jun 1 01:00:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlos Santos X-Patchwork-Id: 769457 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wdTXz5sZnz9sD5 for ; Thu, 1 Jun 2017 11:00:34 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 54304894C6; Thu, 1 Jun 2017 01:00:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Gg8wcu34NSeA; Thu, 1 Jun 2017 01:00:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id D52DD8940D; Thu, 1 Jun 2017 01:00:28 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 105761C40AF for ; Thu, 1 Jun 2017 01:00:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 07DF68869E for ; Thu, 1 Jun 2017 01:00:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G1Sf2Dmj8I3k for ; Thu, 1 Jun 2017 01:00:25 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.datacom.ind.br (mx.datacom.ind.br [177.66.5.10]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 4374F88695 for ; Thu, 1 Jun 2017 01:00:25 +0000 (UTC) Received: from mail.datacom.ind.br (localhost [127.0.0.1]) by mail.datacom.ind.br (Postfix) with ESMTPS id A60D21A65F21; Wed, 31 May 2017 22:00:04 -0300 (BRT) Received: from localhost (localhost [127.0.0.1]) by mail.datacom.ind.br (Postfix) with ESMTP id 98C461A65D1D; Wed, 31 May 2017 22:00:04 -0300 (BRT) Received: from mail.datacom.ind.br ([127.0.0.1]) by localhost (mail.datacom.ind.br [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ZwQh6o0vvNw3; Wed, 31 May 2017 22:00:04 -0300 (BRT) Received: from localhost.localdomain (201.86.192.64.dynamic.adsl.gvt.net.br [201.86.192.64]) by mail.datacom.ind.br (Postfix) with ESMTPSA id 55CCA1A65C97; Wed, 31 May 2017 22:00:04 -0300 (BRT) From: Carlos Santos To: buildroot@buildroot.org Date: Wed, 31 May 2017 22:00:10 -0300 Message-Id: <20170601010010.18346-1-casantos@datacom.ind.br> X-Mailer: git-send-email 2.11.0 Subject: [Buildroot] [PATCH] util-linux: wrap help text at column 72 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Respect the <2 spaces><62 chars> rule. Signed-off-by: Carlos Santos --- package/util-linux/Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in index e957f848b..86db3722c 100644 --- a/package/util-linux/Config.in +++ b/package/util-linux/Config.in @@ -99,7 +99,8 @@ config BR2_PACKAGE_UTIL_LINUX_CRAMFS bool "cramfs utilities" select BR2_PACKAGE_ZLIB help - Utilities for compressed ROM file system (fsck.cramfs, mkfs.cramfs) + Utilities for compressed ROM file system (fsck.cramfs, + mkfs.cramfs) config BR2_PACKAGE_UTIL_LINUX_EJECT bool "eject"