All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] Trivial: fix commandline help message
@ 2015-07-31 19:12 Andrey Korolyov
  2015-09-06 10:27 ` Michael Tokarev
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Korolyov @ 2015-07-31 19:12 UTC (permalink / raw)
  To: qemu-trivial

Fix obvious typo in printed help for qemu-nbd.

Signed-off-by: Andrey Korolyov <andrey@xdel.ru>
---
 qemu-nbd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemu-nbd.c b/qemu-nbd.c
index 5106b80..6256a2e 100644
--- a/qemu-nbd.c
+++ b/qemu-nbd.c
@@ -102,7 +102,7 @@ static void usage(const char *name)
 "      --aio=MODE            set AIO mode (native or threads)\n"
 #endif
 "      --discard=MODE        set discard mode (ignore, unmap)\n"
-"      --detect-zeroes=MODE  set detect-zeroes mode (off, on, discard)\n"
+"      --detect-zeroes=MODE  set detect-zeroes mode (off, on, unmap)\n"
 "\n"
 "Report bugs to <qemu-devel@nongnu.org>\n"
     , name, NBD_DEFAULT_PORT, "DEVICE");
-- 
2.0.5



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

* Re: [Qemu-trivial] [PATCH] Trivial: fix commandline help message
  2015-07-31 19:12 [Qemu-trivial] [PATCH] Trivial: fix commandline help message Andrey Korolyov
@ 2015-09-06 10:27 ` Michael Tokarev
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tokarev @ 2015-09-06 10:27 UTC (permalink / raw)
  To: Andrey Korolyov, qemu-trivial

31.07.2015 22:12, Andrey Korolyov wrote:
> Fix obvious typo in printed help for qemu-nbd.

Applied to -trivial, thanks!

/mjt


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

end of thread, other threads:[~2015-09-06 10:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-31 19:12 [Qemu-trivial] [PATCH] Trivial: fix commandline help message Andrey Korolyov
2015-09-06 10:27 ` Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.