diff --git a/src/aws/driver.sh b/src/aws/driver.sh index 0894fe87..27c0a51f 100755 --- a/src/aws/driver.sh +++ b/src/aws/driver.sh @@ -2,10 +2,10 @@ awsUsage() { echo "Usage: aws [command]" echo "Commands:" - echo " up - Verify AWS CLI installation, SSH key existence, and defines functions for SSH key import and port addition in AWS EC2" - echo " down - deletes an AWS EC2 instance and its related resources, identified by a given "balloon name", and handles associated cleanup tasks such as removing SSH tunnels and deleting security keys" - echo " stop - stops a specified AWS EC2 instance and removes its associated SSH tunnel" - echo " start- restarts a specified Amazon EC2 instance, updates its IP address, and opens a new SSH tunnel to it" + echo " up - Verify AWS CLI installation, SSH key existence, and defines functions for SSH key import and port addition in AWS EC2" + echo " down - deletes an AWS EC2 instance and its related resources, identified by a given "balloon name", and handles associated cleanup tasks such as removing SSH tunnels and deleting security keys" + echo " stop - stops a specified AWS EC2 instance and removes its associated SSH tunnel" + echo " start - starts a specified Amazon EC2 instance, updates its IP address, and opens a new SSH tunnel to it" exit 1 }