Skip to content

Commit

Permalink
Fix documentation in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kljensen committed May 21, 2013
1 parent cf81abb commit bdfc0b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
#
#
# # Supply a file with your own exercises, 1 per line
# ./workout.sh my-exercises.txt
# ./workout.sh -i my-exercises.txt
#
#
# # Supply a file with your own exercises, 1 per line
# # and do each for 45 seconds, resting for 20
# ./workout.sh my-exercises.txt 45 20
# ./workout.sh -i my-exercises.txt -t 45 -r 20
#

# Custom die function.
Expand Down

0 comments on commit bdfc0b6

Please sign in to comment.