emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54649: closed ([PATCH] usage: remove the mention of "a particular pa


From: GNU bug Tracking System
Subject: bug#54649: closed ([PATCH] usage: remove the mention of "a particular partition")
Date: Thu, 31 Mar 2022 18:38:02 +0000

Your message dated Thu, 31 Mar 2022 11:37:07 -0700
with message-id <YkX00zjBX0OCmvOH@ohop.brianlane.com>
and subject line Re: bug#54649: [PATCH] usage: remove the mention of "a 
particular partition"
has caused the debbugs.gnu.org bug report #54649,
regarding [PATCH] usage: remove the mention of "a particular partition"
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54649: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54649
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] usage: remove the mention of "a particular partition" Date: Thu, 31 Mar 2022 10:25:05 +0200
This complements commit b20227adf5 from five months ago.

Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
---
 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#54649: [PATCH] usage: remove the mention of "a particular partition" Date: Thu, 31 Mar 2022 11:37:07 -0700
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 <bensberg@telfort.nl>
> ---
>  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



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]