Skip to content

Commit

Permalink
fix the aswUsage style
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroTochigi committed Jul 13, 2024
1 parent a06a5f4 commit 805ef75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/aws/driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 805ef75

Please sign in to comment.