If argparse gets its hands on it, it's not available for parse_argv()
and is therefore ignored.
Signed-off-by: Dan Mick <dan.mick@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
help='input file')
parser.add_argument('-o', '--out-file', dest='output_file',
help='output file')
- parser.add_argument('-k', '--keyring', dest='keyring_file',
- help='keyring file')
parser.add_argument('--id', '--user', dest='client_id',
help='client id for authentication')