diff --git a/examples/common.py b/examples/common.py index feaac89e..050ec3a5 100755 --- a/examples/common.py +++ b/examples/common.py @@ -198,12 +198,6 @@ def option_parser(): default=env('OS_TOKEN'), help='Defaults to env[OS_TOKEN]', ) - parser.add_argument( - '--os-url', - metavar='', - default=env('OS_URL'), - help='Defaults to env[OS_URL]', - ) parser.add_argument( '--data', metavar='',