Skip to content

Commit

Permalink
Fix help message
Browse files Browse the repository at this point in the history
  • Loading branch information
rperrell committed Jun 22, 2020
1 parent cf7f2a7 commit ee25f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x6s-reboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ while getopts ":hp:tu:" opt; do
h )
usage
echo " -h Print this help text"
echo " -p <password> Set the username"
echo " -p <password> Set the password"
echo " -t Test connection"
echo " -u <username> Set the password"
echo " -u <username> Set the username"
exit 0
;;
p )
Expand Down

0 comments on commit ee25f66

Please sign in to comment.