mbim-proxy: remove same shortName for --verbose-full
When calling mbim-proxy with parameter '-v', it will report an error "cannot specify --verbose and --verbose-full at the same time". This issue was caused by the same shorName of --verbose and --verbose-full. Remove the shortName of '--verbose-full' align with mbimcli.
Fixes #b1ca8388