common: Add feature to ease using argparse's usage().
* common/argparse.c (show_help): Take care of flag value (usage): Ditto.
It is common that the long usage note starts with the short usage
note. The new flag feature allows to combine both.
- Signed-off-by: Werner Koch <wk@gnupg.org>