On 08/20/2013 03:31 PM, Johannes Sixt wrote: > > Are the long forms of options your invention? I tried to keep strong similarity with the shell script for ease of review. In the shellscript the options where put in variables having these names, so for example there was: -f) no_reuse=--no-reuse-delta ;; -F) no_reuse=--no-reuse-object ;; So I used these variable names as well in here. And as I assumed the variables are meaningful in itself. In the shell script they may be meaningful, but with the option parser in the C version, I overlooked the possibility for --no-