Skip to content

Commit

Permalink
Fixed 2 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagnin committed Nov 1, 2021
1 parent 24ba8ca commit c5cf8b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/taptempo.f90
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ subroutine print_version

subroutine print_options
print '(A)'
print '(A)', "Usage : taptempo [options]"
print '(A)', "Usage: taptempo [options]"
print '(A)'
print '(A)', "Options :"
print '(A)', " -h, --help display this help message"
print '(A)', " -o, --output save the results in the taptempo.txt file"
print '(A)', " -p, --precision change the number of decimal for the tempo,"
print '(A)', " -p, --precision change the number of decimals for the tempo,"
print '(A)', " the default is 0 decimal places, the max is 5 decimals"
print '(A)', " -r, --reset-time change the time in seconds to reset the calculation,"
print '(A)', " the default is 5 seconds"
Expand Down

0 comments on commit c5cf8b3

Please sign in to comment.