We accidentally set force = true after handling -q and setting verbose--.
Signed-off-by: Mark Wielaard <mjw@redhat.com>
+2016-02-13 Mark Wielaard <mjw@redhat.com>
+
+ * elfcompress.c (parse_opt): Don't fallthrough after processing -q.
+
2016-02-12 Mark Wielaard <mjw@redhat.com>
* strip.c (handle_elf): Correct elf_assert shndxdata check.
/* Compress or decompress an ELF file.
- Copyright (C) 2015 Red Hat, Inc.
+ Copyright (C) 2015, 2016 Red Hat, Inc.
This file is part of elfutils.
This file is free software; you can redistribute it and/or modify
case 'q':
verbose--;
+ break;
case 'f':
force = true;