Rework cmdline option handling, replacing "-df" with "-b" and adding new options
authorMichael Prokop <mika@grml.org>
Thu, 16 Aug 2012 08:05:40 +0000 (10:05 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 16 Aug 2012 08:38:50 +0000 (10:38 +0200)
commit47ade8367b2a62c56c12f664e90c42c7412ef595
tree066c49778fa34a0cce0fb0105ad2dc245780d7df
parent508ee7c87d8ec6d72401bf0535494e0b52572197
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.
grml-hwinfo