All of lore.kernel.org
 help / color / mirror / Atom feed
* master - help: print full usage for lvm help all
@ 2017-02-28 21:58 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2017-02-28 21:58 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=1828822bd8ad773d57d90841cb4036b49f3653b1
Commit:        1828822bd8ad773d57d90841cb4036b49f3653b1
Parent:        ce1e5b99915cf45530e25628f02537136045c938
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Tue Feb 28 15:57:30 2017 -0600
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Tue Feb 28 15:58:14 2017 -0600

help: print full usage for lvm help all

---
 tools/lvmcmdline.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/lvmcmdline.c b/tools/lvmcmdline.c
index 9b20d9f..d440987 100644
--- a/tools/lvmcmdline.c
+++ b/tools/lvmcmdline.c
@@ -1732,7 +1732,7 @@ static void _usage_all(void)
 	for (i = 0; i < MAX_COMMAND_NAMES; i++) {
 		if (!command_names[i].name)
 			break;
-		_usage(command_names[i].name, 0);
+		_usage(command_names[i].name, 1);
 	}
 }
 



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-28 21:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-28 21:58 master - help: print full usage for lvm help all David Teigland

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.