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)
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.


No differences found