From unknown Sat Aug 09 20:50:58 2025 X-Loop: help-debbugs@gnu.org Subject: bug#54649: [PATCH] usage: remove the mention of "a particular partition" Resent-From: Benno Schulenberg Original-Sender: "Debbugs-submit" Resent-CC: bug-parted@gnu.org Resent-Date: Thu, 31 Mar 2022 08:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 54649 X-GNU-PR-Package: parted X-GNU-PR-Keywords: patch To: 54649@debbugs.gnu.org X-Debbugs-Original-To: bug-parted@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164871512622642 (code B ref -1); Thu, 31 Mar 2022 08:26:01 +0000 Received: (at submit) by debbugs.gnu.org; 31 Mar 2022 08:25:26 +0000 Received: from localhost ([127.0.0.1]:37756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZq7R-0005t8-OD for submit@debbugs.gnu.org; Thu, 31 Mar 2022 04:25:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:34140) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZq7P-0005t0-Vc for submit@debbugs.gnu.org; Thu, 31 Mar 2022 04:25:24 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58716) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZq7I-0001VX-5M for bug-parted@gnu.org; Thu, 31 Mar 2022 04:25:21 -0400 Received: from ewsoutbound.kpnmail.nl ([195.121.94.185]:61599) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZq7F-0004Or-Si for bug-parted@gnu.org; Thu, 31 Mar 2022 04:25:15 -0400 X-KPN-MessageId: 072971f3-b0cc-11ec-b4ce-005056999439 Received: from smtp.kpnmail.nl (unknown [10.31.155.7]) by ewsoutbound.so.kpn.org (Halon) with ESMTPS id 072971f3-b0cc-11ec-b4ce-005056999439; Thu, 31 Mar 2022 10:24:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telfort.nl; s=telfort01; h=mime-version:message-id:date:subject:to:from; bh=gcF4ywfERsSU2Wx/AcB0vcVpmQmX8gBDAkkdxJWEidY=; b=xR/oCFBcWvn0pxaSIrtEuqaqTo0vlwH64jBC5egc0LR+mEqZCEX7h51zFX/khKFHXzKVdNwImJ3h7 8cC7MZ17ftB7fidtSIoFeNilTpdtYya6kqmDU6KpQE2YPggfgA0QfY/icdKH5BkkBlTgcfnBffOBSg HdSoWUH0qBD+Rwy4= X-KPN-MID: 33|KyVzSnHz/4ncgbFd6y8jVDnJ+57fqg2MB/F8tBv078bAkNoBfLwvxpf7qJwWujl YY+tkAVoWUrBvfPFaKUnh1H+s2xuddP9QRmFd9XyXA7g= X-KPN-VerifiedSender: Yes X-CMASSUN: 33|d9s5lsWHKo0ed+ntG0ng4bLRMgLv9/c6iYZQXHuYuGARoUS/UDU/CRMjKsqrSaU pkrmFVtykUc9u/1sSwfvrgw== X-Originating-IP: 82.168.50.91 Received: from localhost (82-168-50-91.fixed.kpn.net [82.168.50.91]) by smtp.kpnmail.nl (Halon) with ESMTPSA id 148802ce-b0cc-11ec-b2a4-005056998788; Thu, 31 Mar 2022 10:25:10 +0200 (CEST) From: Benno Schulenberg Date: Thu, 31 Mar 2022 10:25:05 +0200 Message-Id: <20220331082505.2255-1-bensberg@telfort.nl> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=195.121.94.185; envelope-from=bensberg@telfort.nl; helo=ewsoutbound.kpnmail.nl X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.7 (--) This complements commit b20227adf5 from five months ago. Signed-off-by: Benno Schulenberg --- parted/parted.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/parted/parted.c b/parted/parted.c index 955489a..5c7c270 100644 --- a/parted/parted.c +++ b/parted/parted.c @@ -2223,8 +2223,7 @@ command_register (commands, command_create ( do_print, str_list_create ( _("print [devices|free|list,all] display the partition table, " - "available devices, free space, all found partitions, or a particular " - "partition"), + "or available devices, or free space, or all found partitions"), NULL), str_list_create ( _("Without arguments, 'print' displays the entire partition table. However " -- 2.34.1 From unknown Sat Aug 09 20:50:58 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Benno Schulenberg Subject: bug#54649: closed (Re: bug#54649: [PATCH] usage: remove the mention of "a particular partition") Message-ID: References: <20220331082505.2255-1-bensberg@telfort.nl> X-Gnu-PR-Message: they-closed 54649 X-Gnu-PR-Package: parted X-Gnu-PR-Keywords: patch Reply-To: 54649@debbugs.gnu.org Date: Thu, 31 Mar 2022 18:38:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1648751882-23495-1" This is a multi-part message in MIME format... ------------=_1648751882-23495-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #54649: [PATCH] usage: remove the mention of "a particular partition" which was filed against the parted package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 54649@debbugs.gnu.org. --=20 54649: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D54649 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1648751882-23495-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 54649-done) by debbugs.gnu.org; 31 Mar 2022 18:37:15 +0000 Received: from localhost ([127.0.0.1]:39767 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZzfX-00065u-1R for submit@debbugs.gnu.org; Thu, 31 Mar 2022 14:37:15 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:35435) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZzfV-00065m-AZ for 54649-done@debbugs.gnu.org; Thu, 31 Mar 2022 14:37:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1648751833; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=fiQRiZOtEpzDLIbelRdJn9wGjwDqQrUj7GtApnOgQ0w=; b=PWffpbz23jdzdF0ZTgmY9hy7vGpmJbUMWyDsRed9vuircIy47dcXgberIMxUvovGlr7ZiO bYa7hI202Xw9W7kZrSzKMKqN1em/sHzVYrGBArCHp8Wztxv/hFq+cLnbV0H+ZNbBJ9y25J aBB9pa3p61Df/z/qpic16NxxfLNuUtE= Received: from mail-pf1-f198.google.com (mail-pf1-f198.google.com [209.85.210.198]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-94-fWSmDVToPyO9IV8OsEPm5w-1; Thu, 31 Mar 2022 14:37:11 -0400 X-MC-Unique: fWSmDVToPyO9IV8OsEPm5w-1 Received: by mail-pf1-f198.google.com with SMTP id 77-20020a621450000000b004fa8868a49eso213231pfu.3 for <54649-done@debbugs.gnu.org>; Thu, 31 Mar 2022 11:37:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=fiQRiZOtEpzDLIbelRdJn9wGjwDqQrUj7GtApnOgQ0w=; b=kKbnR+mxEAKPaxUVGm4WBYIzh3ecqhQvkjuK3WSg+u9wN4WP/eU9IOCvXJQMUSYgAc 64pwgwrHUWMDMOmqk9f0TMc70yptDfrlGjabNDXogJQ5xcJhkbI4hG8Iv5jD4+EpmSbs 9dKXbHwkoUIk4i4vRAEkOqPG97ADyM3iFE6bWaqYrL1v3dzZshlpCmR76Lb0pzE6HUXK CeMkTAq4dL1xuCwVYI2/HAyOg65459dYr/am8U0kmFEZE/sobozvNwyU6HZOGiiTzG6b JOZoe5eWcsCcI+jxUW251yjn+8hSmDl238w8NNURSMpN8syYfsqt9oYmyuEBXNF2dFij DE+Q== X-Gm-Message-State: AOAM530/6dLDMVxujFafHqR6fWvIz1RHH8hqH+RY2Iv2c/hHRnItzfbJ PkWxec/Mp+vIoo8cGmtEC6WQTPMMRFe8q+/NwhEipjLy64q/BrAtduBQhnuS0iqVWmgUXehVK87 il3lCY0XsDm/DXqDNnqNV3ersVEvr0MxkWsG0fBU8hlLBrrRgFpwNIT+0Er3/F+xzXn8= X-Received: by 2002:a63:5014:0:b0:380:132:6b25 with SMTP id e20-20020a635014000000b0038001326b25mr11899339pgb.211.1648751830338; Thu, 31 Mar 2022 11:37:10 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxN5mR0M1Mz1AgPEJWkn2KdsWaA7QBc8jfpBTL+cO9Kflf0MbiSkRTYqn1jjBwXj2rV9nBDOQ== X-Received: by 2002:a63:5014:0:b0:380:132:6b25 with SMTP id e20-20020a635014000000b0038001326b25mr11899303pgb.211.1648751829815; Thu, 31 Mar 2022 11:37:09 -0700 (PDT) Received: from ohop.brianlane.com ([2601:603:5000:15f8:52e5:49ff:fe52:c5be]) by smtp.gmail.com with ESMTPSA id q13-20020a056a00088d00b004e1bea9c582sm192572pfj.43.2022.03.31.11.37.08 for <54649-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 31 Mar 2022 11:37:09 -0700 (PDT) Date: Thu, 31 Mar 2022 11:37:07 -0700 From: "Brian C. Lane" To: 54649-done@debbugs.gnu.org Subject: Re: bug#54649: [PATCH] usage: remove the mention of "a particular partition" Message-ID: References: <20220331082505.2255-1-bensberg@telfort.nl> MIME-Version: 1.0 In-Reply-To: <20220331082505.2255-1-bensberg@telfort.nl> Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=bcl@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54649-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Thu, Mar 31, 2022 at 10:25:05AM +0200, Benno Schulenberg wrote: > This complements commit b20227adf5 from five months ago. > > Signed-off-by: Benno Schulenberg > --- > parted/parted.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/parted/parted.c b/parted/parted.c > index 955489a..5c7c270 100644 > --- a/parted/parted.c > +++ b/parted/parted.c > @@ -2223,8 +2223,7 @@ command_register (commands, command_create ( > do_print, > str_list_create ( > _("print [devices|free|list,all] display the partition table, " > - "available devices, free space, all found partitions, or a particular " > - "partition"), > + "or available devices, or free space, or all found partitions"), > NULL), > str_list_create ( > _("Without arguments, 'print' displays the entire partition table. However " > -- > 2.34.1 > > > > Pushed to master, thanks. Brian -- Brian C. Lane (PST8PDT) - weldr.io - lorax - parted - pykickstart ------------=_1648751882-23495-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 31 Mar 2022 08:25:26 +0000 Received: from localhost ([127.0.0.1]:37756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZq7R-0005t8-OD for submit@debbugs.gnu.org; Thu, 31 Mar 2022 04:25:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:34140) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZq7P-0005t0-Vc for submit@debbugs.gnu.org; Thu, 31 Mar 2022 04:25:24 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58716) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZq7I-0001VX-5M for bug-parted@gnu.org; Thu, 31 Mar 2022 04:25:21 -0400 Received: from ewsoutbound.kpnmail.nl ([195.121.94.185]:61599) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZq7F-0004Or-Si for bug-parted@gnu.org; Thu, 31 Mar 2022 04:25:15 -0400 X-KPN-MessageId: 072971f3-b0cc-11ec-b4ce-005056999439 Received: from smtp.kpnmail.nl (unknown [10.31.155.7]) by ewsoutbound.so.kpn.org (Halon) with ESMTPS id 072971f3-b0cc-11ec-b4ce-005056999439; Thu, 31 Mar 2022 10:24:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telfort.nl; s=telfort01; h=mime-version:message-id:date:subject:to:from; bh=gcF4ywfERsSU2Wx/AcB0vcVpmQmX8gBDAkkdxJWEidY=; b=xR/oCFBcWvn0pxaSIrtEuqaqTo0vlwH64jBC5egc0LR+mEqZCEX7h51zFX/khKFHXzKVdNwImJ3h7 8cC7MZ17ftB7fidtSIoFeNilTpdtYya6kqmDU6KpQE2YPggfgA0QfY/icdKH5BkkBlTgcfnBffOBSg HdSoWUH0qBD+Rwy4= X-KPN-MID: 33|KyVzSnHz/4ncgbFd6y8jVDnJ+57fqg2MB/F8tBv078bAkNoBfLwvxpf7qJwWujl YY+tkAVoWUrBvfPFaKUnh1H+s2xuddP9QRmFd9XyXA7g= X-KPN-VerifiedSender: Yes X-CMASSUN: 33|d9s5lsWHKo0ed+ntG0ng4bLRMgLv9/c6iYZQXHuYuGARoUS/UDU/CRMjKsqrSaU pkrmFVtykUc9u/1sSwfvrgw== X-Originating-IP: 82.168.50.91 Received: from localhost (82-168-50-91.fixed.kpn.net [82.168.50.91]) by smtp.kpnmail.nl (Halon) with ESMTPSA id 148802ce-b0cc-11ec-b2a4-005056998788; Thu, 31 Mar 2022 10:25:10 +0200 (CEST) From: Benno Schulenberg To: bug-parted@gnu.org Subject: [PATCH] usage: remove the mention of "a particular partition" Date: Thu, 31 Mar 2022 10:25:05 +0200 Message-Id: <20220331082505.2255-1-bensberg@telfort.nl> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=195.121.94.185; envelope-from=bensberg@telfort.nl; helo=ewsoutbound.kpnmail.nl X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.7 (--) This complements commit b20227adf5 from five months ago. Signed-off-by: Benno Schulenberg --- parted/parted.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/parted/parted.c b/parted/parted.c index 955489a..5c7c270 100644 --- a/parted/parted.c +++ b/parted/parted.c @@ -2223,8 +2223,7 @@ command_register (commands, command_create ( do_print, str_list_create ( _("print [devices|free|list,all] display the partition table, " - "available devices, free space, all found partitions, or a particular " - "partition"), + "or available devices, or free space, or all found partitions"), NULL), str_list_create ( _("Without arguments, 'print' displays the entire partition table. However " -- 2.34.1 ------------=_1648751882-23495-1--