From: Tony Asleson <tasleson@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - lvmdbusd: Remove unneeded command line args
Date: Mon, 19 Sep 2022 15:57:54 +0000 (GMT) [thread overview]
Message-ID: <20220919155754.778263858C00@sourceware.org> (raw)
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
reply other threads:[~2022-09-19 15:57 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220919155754.778263858C00@sourceware.org \
--to=tasleson@sourceware.org \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.