From 0e338f9e3a8b265b308696c1b54e5fab7e5e659d Mon Sep 17 00:00:00 2001 From: konsthol Date: Tue, 21 Mar 2023 01:52:54 +0200 Subject: [PATCH] who has two thumbs and is a genius? not this guy! --- secdep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secdep.py b/secdep.py index 1bbfda8..4d99c2f 100755 --- a/secdep.py +++ b/secdep.py @@ -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