who has two thumbs and is a genius? not this guy!

This commit is contained in:
2023-03-21 01:52:54 +02:00
parent f47ac832a6
commit 0e338f9e3a

View File

@@ -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('-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('-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('-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() args = parser.parse_args()
# If one or both keys don't exist we create them # If one or both keys don't exist we create them