Browse Source

verify Trying to fix command line

Mike Smith 11 years ago
parent
commit
1790b72336
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/run-tests.py

+ 1 - 1
toolset/run-tests.py

@@ -74,7 +74,7 @@ def main(argv=None):
         parents=[conf_parser])
         parents=[conf_parser])
     parser.add_argument('client-host', help='The client / load generation server.')
     parser.add_argument('client-host', help='The client / load generation server.')
     parser.add_argument('client-user', help='The username to use for SSH to the client instance.')
     parser.add_argument('client-user', help='The username to use for SSH to the client instance.')
-    parser.add_argument('client-identity-file', dest='client_identity_file', help='The key to use for SSH to the client instance.')
+    parser.add_argument('client-identity-file', help='The key to use for SSH to the client instance.')
     parser.add_argument('--database-host', help='The database server.  If not provided, defaults to the value of --client-host.')
     parser.add_argument('--database-host', help='The database server.  If not provided, defaults to the value of --client-host.')
     parser.add_argument('--database-user', help='The username to use for SSH to the database instance.  If not provided, defaults to the value of --client-user.')
     parser.add_argument('--database-user', help='The username to use for SSH to the database instance.  If not provided, defaults to the value of --client-user.')
     parser.add_argument('--database-identity-file', dest='database_identity_file', help='The key to use for SSH to the database instance.  If not provided, defaults to the value of --client-identity-file.')
     parser.add_argument('--database-identity-file', dest='database_identity_file', help='The key to use for SSH to the database instance.  If not provided, defaults to the value of --client-identity-file.')