Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Description for ssh-params in help
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasteligioridis committed Feb 20, 2017
1 parent b429a10 commit ebdaa6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ${ORANGEU}OPTIONS${NC}
${ORANGE}-b, --s3-size${NC} <bucket-name>
Retrieve the bucket size of specified bucket name.
${ORANGE}-s, --ssh${NC} <instance-name> [--user <username>] [--ssh-command <command>]
${ORANGE}-s, --ssh${NC} <instance-name> [--user <username>] [--ssh-command <command>] [--ssh-params <parameters>]
Provide a list of options that are returned from the instance name
searched. You then select the number of the instance you would like to
SSH to.
Expand All @@ -74,6 +74,9 @@ ${ORANGEU}OPTIONS${NC}
The ${ORANGE}--ssh-command${NC} flag with a parameter can also be provided to send a
command to the remote machine.
${ORANGE}--ssh-params${NC} can be added for any custom ssh options you
would like to parse in as well. By default this is set to nothing.
${ORANGE}-U, --scp-upload${NC} <instance-name> <filename> [--scp-dir <dir>] [--user <username>]
Provide a list of options that are returned from the instance name
searched. You then select the number of the instance you would like to
Expand Down

0 comments on commit ebdaa6a

Please sign in to comment.