diff options
author | Jean Delvare <jdelvare@suse.de> | 2008-10-30 08:30:19 +0000 |
---|---|---|
committer | Jean Delvare <jdelvare@suse.de> | 2008-10-30 08:30:19 +0000 |
commit | bb3af56e7adb4a033e3f1e3e7fd9fb4cee1c6b32 (patch) | |
tree | 38a86c28ac401b159a7cfbdef36a0042047ba64a /dmiopt.c | |
parent | c641f2c7a23160620de3ad7575fc4a9d3c06befd (diff) | |
download | dmidecode-git-bb3af56e7adb4a033e3f1e3e7fd9fb4cee1c6b32.tar.gz |
Make options --dump-bin and --quiet work together.
Diffstat (limited to 'dmiopt.c')
-rw-r--r-- | dmiopt.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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)) { |