summaryrefslogtreecommitdiff
path: root/dmiopt.c
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2008-10-30 08:30:19 +0000
committerJean Delvare <jdelvare@suse.de>2008-10-30 08:30:19 +0000
commitbb3af56e7adb4a033e3f1e3e7fd9fb4cee1c6b32 (patch)
tree38a86c28ac401b159a7cfbdef36a0042047ba64a /dmiopt.c
parentc641f2c7a23160620de3ad7575fc4a9d3c06befd (diff)
downloaddmidecode-git-bb3af56e7adb4a033e3f1e3e7fd9fb4cee1c6b32.tar.gz
Make options --dump-bin and --quiet work together.
Diffstat (limited to 'dmiopt.c')
-rw-r--r--dmiopt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dmiopt.c b/dmiopt.c
index a607028..4cea426 100644
--- a/dmiopt.c
+++ b/dmiopt.c
@@ -287,8 +287,6 @@ int parse_command_line(int argc, char * const argv[])
fprintf(stderr, "Options --string, --type and --dump-bin are mutually exclusive\n");
return -1;
}
- if (opt.flags & FLAG_DUMP_BIN)
- opt.flags &= ~FLAG_QUIET;
if ((opt.flags & FLAG_FROM_DUMP) && (opt.flags & FLAG_DUMP_BIN))
{