Open
Description
Currently, gbak has a switch -verify
(abbreviated to -v
), which actually provides verbose output, and, more importantly, does not verify anything, and thus would be better represented as switch -verbose
. I think it would make to make -verbose
the new "normal" (and document it in the usage instruction) and make -verify
its alias, not mentioned in the usage instruction.