From: Michael Prokop Date: Thu, 16 Aug 2012 08:05:40 +0000 (+0200) Subject: Rework cmdline option handling, replacing "-df" with "-b" and adding new options X-Git-Tag: v0.7.0~8 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=47ade8367b2a62c56c12f664e90c42c7412ef595;hp=47ade8367b2a62c56c12f664e90c42c7412ef595;p=grml-hwinfo.git Rework cmdline option handling, replacing "-df" with "-b" and adding new options The cmdline option handling totally sucked. While adding new options like --output-directory and --output-file we have to replace the "-df" option with "-b"/"--both" because of the way getopt works. ---