Skip to content

Commit

Permalink
upate path
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jan 9, 2019
1 parent 2a547db commit 27dd233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/run-remote-command.bash
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ function displayUsage()
echo 'EXAMPLES :'
echo " ./${scriptName} --help"
echo " ./${scriptName} --address '1.2.3.4, 5.6.7.8' --command 'date'"
echo " ./${scriptName} --identity-file '/path/to/key.pem' --login-name 'ec2-user' --address '1.2.3.4, 5.6.7.8' --command 'ntpstat'"
echo " ./${scriptName} --identity-file '/path/to/key.pem' --login-name 'ec2-user' --address '1.2.3.4, 5.6.7.8' --command 'chronyc tracking'"
echo " ./${scriptName} --identity-file '/path/key.pem' --login-name 'ec2-user' --address '1.2.3.4, 5.6.7.8' --command 'ntpstat'"
echo " ./${scriptName} --identity-file '/path/key.pem' --login-name 'ec2-user' --address '1.2.3.4, 5.6.7.8' --command 'chronyc tracking'"
echo -e '\033[0m'

exit "${1}"
Expand Down

0 comments on commit 27dd233

Please sign in to comment.