who has two thumbs and is a genius? not this guy!
This commit is contained in:
@@ -69,7 +69,7 @@ parser.add_argument('-n', '--name', help='Name of instance')
|
||||
parser.add_argument('-g', '--region', help='Region to use')
|
||||
parser.add_argument('-y', '--yes', help='Do not ask for confirmation during creation', action='store_true')
|
||||
parser.add_argument('-p', '--print', help='Also print node, image, location or size', action='store_true')
|
||||
parser.add_argument('-ssh', '--ssh', help='Connect to an instance using ssh', action='store_true')
|
||||
parser.add_argument('-ssh', '--ssh', help='Connect to an instance using ssh with the option to use -P PROVIDER to choose node from a specific provider', action='store_true')
|
||||
args = parser.parse_args()
|
||||
|
||||
# If one or both keys don't exist we create them
|
||||
|
||||
Reference in New Issue
Block a user