util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fdisk: specify in '--help' that we can have multiple devices with '-l'
@ 2020-05-06 10:37 Wolfram Sang
  2020-05-06 13:16 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2020-05-06 10:37 UTC (permalink / raw)
  To: util-linux; +Cc: Wolfram Sang

Matches it with the man-page.

Adresses: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756187
Signed-off-by: Wolfram Sang <wsa@kernel.org>
---
 disk-utils/fdisk.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/disk-utils/fdisk.c b/disk-utils/fdisk.c
index 457509cd3..8a9b8cf2a 100644
--- a/disk-utils/fdisk.c
+++ b/disk-utils/fdisk.c
@@ -849,8 +849,8 @@ static void __attribute__((__noreturn__)) usage(void)
 	fputs(USAGE_HEADER, out);
 
 	fprintf(out,
-	      _(" %1$s [options] <disk>      change partition table\n"
-	        " %1$s [options] -l [<disk>] list partition table(s)\n"),
+	      _(" %1$s [options] <disk>         change partition table\n"
+	        " %1$s [options] -l [<disk>...] list partition table(s)\n"),
 	       program_invocation_short_name);
 
 	fputs(USAGE_SEPARATOR, out);
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] fdisk: specify in '--help' that we can have multiple devices with '-l'
  2020-05-06 10:37 [PATCH] fdisk: specify in '--help' that we can have multiple devices with '-l' Wolfram Sang
@ 2020-05-06 13:16 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2020-05-06 13:16 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: util-linux

On Wed, May 06, 2020 at 12:37:50PM +0200, Wolfram Sang wrote:
>  disk-utils/fdisk.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-06 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-06 10:37 [PATCH] fdisk: specify in '--help' that we can have multiple devices with '-l' Wolfram Sang
2020-05-06 13:16 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).