All of lore.kernel.org
 help / color / mirror / Atom feed
* main - lvmdbusd: Remove unneeded command line args
@ 2022-09-19 15:57 Tony Asleson
  0 siblings, 0 replies; only message in thread
From: Tony Asleson @ 2022-09-19 15:57 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=c13efb2ffc90853884e77f0d2b28e8d1936c74d0
Commit:        c13efb2ffc90853884e77f0d2b28e8d1936c74d0
Parent:        b3d8366ff21ee69380ab5fbca48204212a64a0cd
Author:        Tony Asleson <tasleson@redhat.com>
AuthorDate:    Tue Aug 9 17:45:04 2022 -0500
Committer:     Tony Asleson <tasleson@redhat.com>
CommitterDate: Fri Sep 16 10:49:36 2022 -0500

lvmdbusd: Remove unneeded command line args

---
 daemons/lvmdbusd/cmdhandler.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/daemons/lvmdbusd/cmdhandler.py b/daemons/lvmdbusd/cmdhandler.py
index 0c4d5cb61..7b3ad528b 100644
--- a/daemons/lvmdbusd/cmdhandler.py
+++ b/daemons/lvmdbusd/cmdhandler.py
@@ -234,8 +234,7 @@ call = time_wrapper
 # Default cmd
 # Place default arguments for every command here.
 def _dc(cmd, args):
-	c = [cmd, '--noheading', '--separator', '%s' % SEP, '--nosuffix',
-		'--unbuffered', '--units', 'b']
+	c = [cmd, '--nosuffix', '--unbuffered', '--units', 'b']
 	c.extend(args)
 	return c
 


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

only message in thread, other threads:[~2022-09-19 15:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-19 15:57 main - lvmdbusd: Remove unneeded command line args Tony Asleson

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.